I deployed Strimzi operator for Kafka & enabled TLS/ACLs, now I am stuck! How to run producer.sh/consumer.sh on 9093 passing user created?
Below is the command working with ACLs disabled on port 9092:
kubectl -n myproject run kafka-producer -ti --image=strimzi/kafka:0.14.0-kafka-2.3.0 --rm=true --restart=Never -- bin/kafka-console-producer.sh --broker-list my-cluster-kafka-bootstrap:9092
But if I enable ACL, TLS & use 9093 in the above command then how shall I pass Kafka user details to authenticate?
@Jakub @ppatierno will be glad to receive your help.
ManyThanks, Sudhir