Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.14.4, 1.15.0, 1.16.0
Description
More and more frequently, users ran into an issue by not correctly configuring the KafkaSource (https://stackoverflow.com/questions/72026997/flink-instancealreadyexistsexception-while-migrating-to-the-kafkasource) and setting non-distinguishable groupIds for the source. Internally the used KafkaConsumer tries to register with the metric system and incorporates the groupId as part of the metric, leading to name collision.
We should update the documentation to explain the situation properly.