dajudge / kafkaproxy

kafkaproxy is a reverse proxy for the wire protocol of Apache Kafka.
Apache License 2.0
72 stars 10 forks source link

msk connection not working via SASL_SSL #74

Open meran opened 1 year ago

meran commented 1 year ago

Hello, I am trying to use the proxy in-front of SASL_SSL MSK brokers. For some reason I am getting: terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue

Any idea why ?

mrn3 commented 1 year ago

I see this same error

dajudge commented 1 year ago

kafkaproxy doesn't support SASL at the moment.