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

How to connect kafka proxy in series ? #108

Open zhanglc opened 2 years ago

zhanglc commented 2 years ago

aws msk:

version=3.2.0
security.protocol=SASL_SSL
sasl.mechanism=SCRAM-SHA-512

kafka proxy

version: 0.3.1

we want to like follow

AWS MSK  <--> kafka proxy 1 <-->  kafka proxy 2 <--> kafka proxy 2

Authentication by AWS MSK ,and kafka-proxy only change the advhost:advport

how to do it ? by socks5 proxy? for other ?

thanks a lot.