Nicolas Guyomar created KAFKA-13617: ---------------------------------------
Summary: Enhance delete-expired-group-metadata logging Key: KAFKA-13617 URL: https://issues.apache.org/jira/browse/KAFKA-13617 Project: Kafka Issue Type: Improvement Components: offset manager Reporter: Nicolas Guyomar Hi team, When you try to understand why a consumer group offset was expired, the default INFO logging on the group coordinator does not give much : info(s"Removed $numOffsetsRemoved expired offsets in ${time.milliseconds() - currentTimestamp} milliseconds.") [https://github.com/apache/kafka/blob/22d056c9b76c9bf8417d8701594d1fcee1c6a655/core/src/main/scala/kafka/coordinator/group/GroupMetadataManager.scala#L834] Would it be possible to enhance this log with the actual group/topic/partition that was removed please ? Thank you -- This message was sent by Atlassian Jira (v8.20.1#820001)