GroupID
#8481
Replies: 1 comment
-
I guess you should consult the NiFi docs what it is. But my guess is that this is the consumer group ID that identifies the consumer group. It is a consumer group option - so it is not in the Kafka CR. It is basically a unique name for a group of consumers which work together (e.g. instances of your NiFi application running in parallel) and it is used to distribute the load among them. But to be clear, I'm not a NiFi user - so I'm basically just guessing what it might mean there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using NiFi to establish a flow between Kafka and another system. The KafkaConsumer processor in NiFi has a mandatory value called: groupId. My cluster configuration is the following:
As you can see there is no gruop.id property set. What is the default value? I have tried with: empty string, "", " ", null and many more things I read in forums but none of them works.
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions