Hello,
I have text file on remote server and a Kafka cluster, I have developed a Kafka producer that will stream text file line by line, i have tested it on a cluster node and run a consumer on another node in the cluster, the data is being consumed correctly and everything is fine, the problem is when i run the producer on the remote machine and the consumer on the cluster the data are not being consumed.
I don't know how to make the configuration in order to make the producer talk to the consumer remotely.
Telnet and ping works between the remote machine and the cluster.
Any explanation or help would appreciated on order to run a producer on a remote machine and consume the data on the cluster.
Thank you so much
Joe Jim