I have a system pushing Avro data in to multiple Kafka topics.
I want to push that data to HDFS. I came across confluent but am not sure how can I send data to HDFS without starting kafka-avro-console-producer
.
Steps I performed:
I have my own Kafka and ZooKeeper running so i just started schema registry of confluent.
I started
kafka-connect-hdfs
after changing topic name. This step is also successful. It's able to connect to HDFS.
After this I started pushing data to Kafka but the messages were not being pushed to HDFS.
Please help. I'm new to Confluent.