Hi all
I have a remote java producer producing messages to the same topic where my 
local kafka java client is subscribed to but it doesn't consume any messages 
whereas if I ran the consumer from command line I can consume the messages 
produced by remote client.
The following command line consumer works but my kafka java consumer doesn't 
consume messages produced by remote client but when I produce messages from 
command line in my local machine where kafka client is subscribed to the same 
topic it works and consumes all the messages.
bin/kafka-console-consumer.sh --zookeeper ap3.apdomain.com:2181 --topic 
RequestPdfa --security-protocol PLAINTEXTSASL --from-beginning

Any ideas please?

Regards

Surender


Reply via email to