Hi ,
I have been trying to ingest the data through streaming in kafka topic by running the following two command
./tail_logs.sh | kafka-console-producer.sh --broker-list cxln1.c.thelab-240901.internal:6667,cxln4.c.thelab-240901.internal:6667
–topic ashu_retail1
kafka-console-consumer.sh --bootstrap-server cxln1.c.thelab-240901.internal:6667,cxln4.c.thelab-240901.internal:6667 --topic ashu_reta
il1 --from-beginning
But how can i look for the data present in kafka topic.I tried to find it in /kafka-logs directory as mentioned in ambari but there my topic is not listed.But when i run kafka binaries to list the Kafka topics i cn see my topic created.
So my doubt is how to see the log files created inside kafka topic