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

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