Open gaganyaan2 opened 1 year ago
are you sure you enabled SCRAM auth on your MSK cluster?
SCRAM an only be enabled on new MSK builds, you can not enable SCRAM after the cluster is already built.
also noticed in your py script showing your kafkabrocker on port 9092 if your broker is on 9096 for SCRAM you would need to change below in your py script to 9096
help='kafka server with port eg. kafka:9092.')
I'm trying to use Kafka-proxy to connect aws kafka from my on-prem local machine with SASL_SSL auth enabled.
What's working:
What's NOT working:
When I run a proxy with the below option and,
Run Python client to connect to Kafka.
consumer.py
This is what I'm running on my on-prem machine.
I'm using Kafka 2.8.1 version and kafka-proxy 0.3.6 version.
Issues seems similar to https://github.com/grepplabs/kafka-proxy/issues/28 I tried adding below option but no luck.
Please help.