Re: Kafka Stream App Rolling Restarts - Too Many Rebalances Per Partition

2024-05-13 Thread Nagendra Mahesh (namahesh)
l be shuffled around the entire time. So my main piece of advice (besides fixing the two configs above) is: do the rolling restart as fast as you can! On Mon, May 6, 2024 at 7:02 AM Nagendra Mahesh (namahesh) wrote: > Hi, > > > We have multiple replicas of an application running

Kafka Stream App Rolling Restarts - Too Many Rebalances Per Partition

2024-05-06 Thread Nagendra Mahesh (namahesh)
Hi, We have multiple replicas of an application running on a kubernetes cluster. Each application instance runs a stateful kafka stream application with an in-memory state-store (backed by a changelog topic). All instances of the stream apps are members of the same consumer group.

SOCKS5 proxy support for Kafka Producers

2019-01-14 Thread Nagendra Mahesh (namahesh)
​Hi, Is there a way for a kafka producer running inside an enterprise network *without* any direct access to the Internet to connect and send messages to a kafka cluster running in the cloud? Is it possible to configure the producer to use a SOCKS5 proxy? If not, is there any other possible

SOCKS5 proxy support for Kafka Producers

2019-01-14 Thread Nagendra Mahesh (namahesh)
​Hi, Is there a way for a kafka producer running inside an enterprise network *without* any direct access to the Internet to connect and send messages to a kafka cluster running in the cloud? Is it possible to configure the producer to use a SOCKS5 proxy? If not, is there any other possible