Re: TCP Socket stream scalability

2023-07-17 Thread Flavio Pompermaier
I had a similar situation with my Elasticsearch source where you don't know before executing the query (via scroll API for example) how many splits you will find. How should you handle those situation with new Source API? On Mon, Jul 17, 2023 at 10:09 AM Martijn Visser wrote: > Hi Kamal, > > It

Re: TCP Socket stream scalability

2023-07-17 Thread Martijn Visser
Hi Kamal, It would require you to find a way to create a TCP connection on task managers where you would only read the assigned part of the TCP connection. Looking at the protocol itself, that most likely would be an issue. A TCP connection would also be problematic in case of replays and

RE: TCP Socket stream scalability

2023-07-14 Thread Kamal Mittal via user
Hello Community, Please share views for below mail. Rgds, Kamal From: Kamal Mittal via user Sent: 14 July 2023 12:55 PM To: user@flink.apache.org Subject: TCP Socket stream scalability Hello, TCP Socket stream can be scaled across task managers similarly to file enumerator and source reader