Replies: 1 comment 4 replies
-
It is used internally by Connect: https://kafka.apache.org/documentation/#connectconfigs_group.id ... I'm not entirely sure if you are expected to see any committed offsets for it. It might be used for coordination purposes for example. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a default setup for KafkaConnect with
group.id: connect-cluster
config:
group.id: connect-cluster
When I try to explore consumer groups, I get something similar to the default name cluster name.
./kafka-consumer-groups.sh --list --bootstrap-server $BROKER
connect-kafka-kafka-cluster...
Why my
group.id
is not used?Beta Was this translation helpful? Give feedback.
All reactions