Is it possible to scale the number of inbound TCP connections into Nifi to tens of thousands ? Scaling of NIFI with TCP connections : The docs state a max setting of 2.
We are expecting to handle between 10-25,000 long running TCP connections (max connection duration would be 4 hours). Deploying multiple redundant NIFI clusters to handle the load would not be a problem.
The domain is IoT with TCP devices. Devices can only send messages over TCP. Each device sends a message every 2 minutes. We are considering moving over to a NIFI cluster/containerised solution on AWS if it can scale to handle our connection load.
Any similar challenges or experiences or workarounds?
Thanks!