grepplabs / kafka-proxy

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

Add the ability to have slightly more deterministic ports #38

Closed mikekap closed 4 years ago

mikekap commented 4 years ago

If you're using dynamic listeners, it becomes very difficult to forward the right ports from kubernetes.

This change allows the ports to be sequential, so you can always pick a range of ports and forward them all without worrying about how many brokers we exactly have.

everesio commented 4 years ago

Thank you for your contribution!