Can I use the same group.id across multiple sink connectors in the same distributed Kafka cluster?
i.e. define the group.id once in worker properties which will be used by all connectors.
If possible how can I do it?
Can I use the same group.id across multiple sink connectors in the same distributed Kafka cluster?
i.e. define the group.id once in worker properties which will be used by all connectors.
If possible how can I do it?
consumer.overrride.group.id
can be set in connector configs for consumer group management, but group.id
in the worker properties means something else for cluster management
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.