<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Kafka console consumer nor reading messages when used with bootstrap servers option in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Kafka-console-consumer-nor-reading-messages-when-used-with/m-p/203108#M165111</link>
    <description>&lt;P&gt;I am using kafka console consumer script to read messages from a kafka topic. but it is showing the following behavior.&lt;/P&gt;&lt;P&gt;If i use the zookeeper option, the consumer reads messages, whereas if i use bootstrap-server option i am not able to read messages. any thoughts.&lt;/P&gt;&lt;P&gt;using HDP 2.6 &lt;/P&gt;&lt;PRE&gt; bin/kafka-console-consumer.sh --bootstrap-server 172.16.3.196:6667 --topic test1 --from-beginning 
bin/kafka-console-consumer.sh --zookeeper 172.16.3.196:2181 --topic test1 --from-beginning
Using the ConsoleConsumer with old consumer is deprecated and will be removed in a future major release. Consider using the new consumer by passing [bootstrap-server] instead of [zookeeper].
Hello
How are you
this is a test message
Hope this helps&lt;/PRE&gt;</description>
    <pubDate>Tue, 01 Aug 2017 13:12:55 GMT</pubDate>
    <dc:creator>arunpoy</dc:creator>
    <dc:date>2017-08-01T13:12:55Z</dc:date>
  </channel>
</rss>

