Member since
11-14-2016
9
Posts
0
Kudos Received
0
Solutions
11-15-2016
04:48 PM
So I need to use kafka brokers. Is there a way for using zookeepers?
... View more
11-15-2016
07:45 AM
When you say list of brokers, you mean the kafka brokers and not zookeeper right?
... View more
11-15-2016
07:38 AM
From my understanding zookeeper knows all the kafka brokers that are currently present in the cluster. So when the consumer/consumer group connects, it can get to know which brokers to connect to. Correct me if I am wrong.
In my usecase, kafka cluster is running in an cloud environment and kafka brokers can get added to the cluster or removed based on needs, dynamically. This means zookeepers are the only machines that are here to stay. That is why giving zookeeper connects makes my life easier in this scenario :). Is it possible?
... View more
11-14-2016
10:47 AM
I am using NiFi to read data from apache Kafka version 0.10. In using the processor, it asks for my kafka broker ip's instead of zookeeper connects. Since brokers can keep changing in my usecase, can I mention the zookeeper connects to NiFi as was in getKafka processor?
... View more
Labels:
- Labels:
-
Apache Kafka
-
Apache NiFi