Re: Visualizing kafka topics data

2018-08-04 Thread Jonathan Santilli
Hello Akash, we use for simple cases Kafdrop: https://github.com/HomeAdvisor/Kafdrop Is a jar that raises an HTTP server. Hope it helps. -- Jonathan On Sat, Aug 4, 2018 at 12:56 AM Rahul Singh wrote: > Graylog, or Kibana (connected to ElasticSearch) > > > Rahul > On Aug 3, 2018, 5:12 PM -04

Re: Visualizing kafka topics data

2018-08-03 Thread Rahul Singh
Graylog, or Kibana (connected to ElasticSearch) Rahul On Aug 3, 2018, 5:12 PM -0400, Akash Jain , wrote: > In my Java application, I am using a third party library to collect the > memory profile, and send to a Kafka topic as JSON data. > > How can I make sense out of that JSON data? Is there a t

Visualizing kafka topics data

2018-08-03 Thread Akash Jain
In my Java application, I am using a third party library to collect the memory profile, and send to a Kafka topic as JSON data. How can I make sense out of that JSON data? Is there a tool which can ingest data from a kafka topic and visualize it? Thanks, Akash