I am trying to read a file and sent the data to kafka using Camel kafka connectors Its working but I need to split the file to multiple messages and sent them individually to Kafka
Is it possible to split the data and sent individually to kafka using camel kafka connector camel-file-kafka-connector is used.
Thanks in Advance.