Re: TCP Socket stream scalability

2023-07-17 Thread Flavio Pompermaier
;> >> >> >> 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 Soc

Re: TCP Socket stream scalability

2023-07-17 Thread Martijn Visser
> > > > *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

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

TCP Socket stream scalability

2023-07-14 Thread Kamal Mittal via user
Hello, TCP Socket stream can be scaled across task managers similarly to file enumerator and source reader below? Job is submitted with TCP socket source function and a socket will bind on a port once and by a task manager. Is it possible to open socket at job manager and then scale / divide