Member since
03-11-2020
2
Posts
0
Kudos Received
0
Solutions
12-13-2020
05:30 AM
Hello Community, we would like to use kafka-connectors role in our cloudera cluster but we can't see kafka-connectors role in order to add. we are using cdh 6.2.1. Is there any possible solution to add kafka connectors role to our clusters ? Best regards
... View more
Labels:
- Labels:
-
Apache Kafka
03-11-2020
10:34 AM
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
... View more
Labels:
- Labels:
-
Apache Kafka