Sanskar Jhajharia created KAFKA-19024: -----------------------------------------
Summary: Enhance the client behaviour when it tries to exceed the `group.share.max.group`s Key: KAFKA-19024 URL: https://issues.apache.org/jira/browse/KAFKA-19024 Project: Kafka Issue Type: Sub-task Reporter: Sanskar Jhajharia Assignee: Andrew Schofield For share groups we use the `group.share.max.groups` config to define the number of max share groups we allow. However, when we exceed the same, the client logs do not specify any such error and simply do not consume. The group doesn't get created but the client continues to send Heartbeats hoping for one of the existing groups to shut down and allowing it to form a group. Having a log or an exception in the client logs will help them debug such situations accurately. -- This message was sent by Atlassian Jira (v8.20.10#820010)