kafka-proxy
kafka-proxy copied to clipboard
one port mapping to 6 broker
Hi team, I have a situation, currently we just have one port like 12688 is open and as a r-proxy server port. there are 6 broker with 9092 in backend. can we use 12688 port to forward all traffic to 6 kafka brokers?
I meet same problem, is there any update?
I suppose this isn't possible because of how kafka-proxy works, as described in README
For discovered brokers (not configured as the boostrap servers), local listeners are started on random ports
By the way, I'm curious why you need one-port-multi-broker mapping feature. @IfanTsai