Is it possible for kafka producer to listen on certain ports ( UDP/TCP ) and then send that data to specified topic.
Do i need to develop a separate daemon which listens on the port and then send the data to kafka topic ? ( There are already a few github project available). Just wanted to make sure that we already a way to do it so that it becomes more robust and easy to scale. BAsically, relaying UDP packets into Kafka
Regards Sunil
As mentioned in comments, yes it is possible - several solutions can be found by doing a google search - here is one project, that lets you do what you want to do - out of the box: