kumarpritam863 commented on PR #12609: URL: https://github.com/apache/iceberg/pull/12609#issuecomment-2760075631
Yes, I was indicating to that only, if that log is not showing up means you consumer group in not in stable state and it is in dead state and you are definitely in a no co-ordinator scenario, using which you can debug. Checking members emptiness here is unnecessary as it will only show empty if you have wrongly configured the "connect group id". Also there are another set of concerns: 1. Currently we are retrieving the members only when the group is stable and with this change it will always check the members. 2. Also if we have configured the connect-group-id properly it will ultimately lead to co-ordinator election and we will end up with the logs. 3. I can see from the issue you referred [here](https://github.com/databricks/iceberg-kafka-connect/issues/245), you are using Kafka-connect from data bricks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org