kafka-python consumer not receiving messages - Stack …
https://stackoverflow.com/questions/35217603/kafka-python-consumer-not-receiving-messages
Feb 05, 2016 · Running the command line tools for the consumer for the same topic , I do see messages with the --from-beginning option and it hangs otherwise. $ ./kafka-console-consumer.sh --zookeeper {localhost:port} --topic {topic_name} --from-beginning. If I run it through python, it hangs, which I suspect to be caused by incorrect consumer configs.
DA: 17 PA: 52 MOZ Rank: 25