Re: general query.

2017-10-17 Thread Dhawan Gajendran
Kafka's own consumer is here: 2 3 > bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic test --from-beginning Source: https://kafka.apache.org/quickstart On Oct 17, 2017 8:25 AM, "Dhawan Gajendran" wrote: Kafka comes with a cli consumer which you could use to retrieve mess

Re: general query.

2017-10-17 Thread Dhawan Gajendran
Kafka comes with a cli consumer which you could use to retrieve messages from your topic. https://github.com/edenhill/kafkacat/blob/master/README.md Please keep in mind this is more for testing purposes than for production. On Oct 17, 2017 8:20 AM, "Jaswinder Singh" wrote: > Hello, > > My name

general query.

2017-10-17 Thread Jaswinder Singh
Hello, My name is Jaswiner Singh. I am new to kafka and have a questio to ask. Is there any way to see the producer data in kafka? for example=> if i use filebeat to send logs to kafka so can i see that logs in kafka ..is there any way to do this. thanks and regards Jaswinder singh