Re: Handling SASL Authentication Issues in running Kafka Consumers and Reconfiguration

2024-09-16 Thread Upendra Yadav
Hi, Consumers are continuously logging the following INFO messages: "[Consumer clientId=consumer--5, groupId=] Node -2 disconnected." "[Consumer clientId=consumer--5, groupId=] Node -1 disconnected." "[Consumer clientId=consumer--5, groupId=] Node 2147483645 disconnected."

Re: Handling SASL Authentication Issues in running Kafka Consumers and Reconfiguration

2024-09-03 Thread Ömer Şiar Baysal
Hi, Why do you even bother catching the exception if you could change the connection details for the clients? You would need to create a new listener, each client then required to be reconfigured to connect that, introducing a code/configuration change anyways. Good luck, Ömer Şiar Baysal On T

Handling SASL Authentication Issues in running Kafka Consumers and Reconfiguration

2024-09-03 Thread Upendra Yadav
Hello, Recently, I've been working on enabling SASL authentication on my Kafka cluster. During this process, I want the already running Kafka consumers to automatically disconnect, update their configurations with the new SASL settings and port, and then reconnect. However, when I enable SASL aut