Hi @hema moger
You can use NiFi for this. In which format you want to use in Kafka?
Avro is popular format to use with Kafka. You can use for instant use PublishKafkaRecord to convert your CSV data into Avro and publish it to Kafka. For this, you need to use a CSV Record reader and an Avro record writter and define your schema in NiFi or Hortonworks Schema Registry. Does this answer your question?