i am using Python Language. I have csv file, I need to convert into json and send to kafka and then to ElasticSearch.
I am able to convert Csv to Json and send to kafka consumer. How to get the data from Kafka Consumer to ElasticSearch
You don't need to write any Python. Kafka itself provides a streaming integration API, called Kafka Connect. To use it, you just configure it with JSON files.
Disclaimer: I work for Confluent, and wrote the above articles.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With