Hi, Is there documentation on how connection management, connection pooling works in Kafka for multiple brokers? Do I need to take care of my own connection management for cluster? e.g. while publishing messages, if one broker stops responding, I need to switch to the other. Does Kafka client takes care of this or do I need load balancer between brokers and client?
Thanks, LCassa