Hello, Is it currently possible to use a single endpoint for advertised.listeners, which is in front of all my brokers? the flow for example
broker1---------->| V broker2---------->| I broker3---------->| P I was under the impression that I can reach any broker I wanted (assuming that broker is 100% guaranteed to be healthy at all times, but it can never be), and the broker coordination service will pass it onto the leader for that topicpartition. May be I am wrong. Has anyone done this successfully in production/staging/development? Regards,