box-lin / miniblog

https://bboxlin.github.io/miniblog/
MIT License
0 stars 0 forks source link

Kafka Indexing Service in Druid #13

Open box-lin opened 1 year ago

box-lin commented 1 year ago

To understand the source code of the Apache Druid Kafka Indexing Service, it is helpful to have a general understanding of how Druid works, as well as some experience with Kafka and Java programming.

Finally, you should also familiarize yourself with the Kafka Java API, which is used extensively in the Kafka Indexing Service.

It's also worth noting that Druid is a complex piece of software, so it may take some time to fully understand the Kafka Indexing Service. In case of any doubts, reading through the documentation and discussing with the Druid community may help.