Hi,
I have a 3 node kafka cluster. In server.properties file of each of them I'm setting
I have 4 node flink cluster. In each of kaka's node I'm setting
like,
in kafka1:
in kafka2:
in kafka3:
My question is,
In order to connect to kafka how should my conf/producer.yaml look like?
kafka.brokers: ??
zookeeper.servers: ??
kafka.port: 9092
zookeeper.port: 2181
kafka.topic: "xxxx"
kafka.partitions: 1
Thanks,
Vinaya