Member since
08-21-2018
6
Posts
1
Kudos Received
0
Solutions
08-30-2018
04:46 AM
poojary_sudth: Thank you, but that is +- the same set of tasks I did before. I found how to make consumer work, it was necessary to add parameter --partition 0: KAFKA_OPTS="-Djava.security.auth.login.config=/root/jaas.conf" kafka-console-consumer --bootstrap-server ourHost:9092 --topic test --consumer.config /root/client.properties --partition 0 I cannot see all the messages comming into the topic, but at least some of them which fall into specified partition are printed. Which is enought for me to confirm that Kafka broker works. I found this hint here: https://stackoverflow.com/questions/34844209/consumer-not-receiving-messages-kafka-console-new-consumer-api-kafka-0-9
... View more
08-22-2018
04:20 AM
1 Kudo
Hi, Issue has resolved and kafka borker is up and running fine now 🙂 I have modified the broker.id value in meta.properties(borker_id=341). This changes I did in all kafka broker machines in the path /var/local/kafka/data. Thanks.
... View more