Created 09-07-2018 06:28 PM
Hi all,
Do you know how to create Realtime node in Druid? How to run Realtime node (streaming data with Kafka and Rabbitmq)?
Thank you so much,
Created 09-07-2018 06:53 PM
Hi Thuy Le,
Realtime nodes have been deprecated and are replaced by Realtime Index Tasks.
For ingesting data from kafka you can use kafka indexing service -
http://druid.io/docs/latest/development/extensions-core/kafka-ingestion.html
Here is a tutorial for the same -
Created 09-07-2018 09:33 PM
Thank you so much for your answers, in the first link http://druid.io/docs/latest/development/extensions-core/kafka-ingestion.html
it is the way we can ingest data to druid data from kafka using supervisor (I done it with kafka). However, I dont think I can do similar with Rabbitmq or other streaming as Spark, Storm ... Therefore, I want to use realtime node to ingest data to druid and test more with Rabbitmq, Spark, Storm ...
Do you have any suggestion for me to create realtime node and run it?
Many thanks