grepplabs / kafka-proxy

Proxy connections to Kafka cluster. Connect through SOCKS Proxy, HTTP Proxy or to cluster running in Kubernetes.
Apache License 2.0
500 stars 86 forks source link

Using Kafka With One Port #101

Closed finepointcgi closed 2 years ago

finepointcgi commented 2 years ago

Hello, I have a request from our customer to pass all data though the 443 port from both zookeeper and kafka eg image I wonder if this is possible and honestly im not sure where to start.

Thanks, Mitch

everesio commented 2 years ago

Hi, this setup is not possible.

BTW. kafka proxy does not communicate with zookeeper. I don't know it it helps but the kafka clients could communicate kafka-proxy, which could route the traffic through SOCK5 or HTTP Proxy. Kind regards, Michal