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."
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
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