Colin P. McCabe created KAFKA-8238:
--------------------------------------
Summary: Log how many bytes and messages were read from
__consumer_offsets
Key: KAFKA-8238
URL: https://issues.apache.org/jira/browse/KAFKA-8238
Project: Kafka
Issue Type: Improvement
Reporter: Colin P. McCabe
We should log how many bytes and messages were read from __consumer_offsets.
Currently we only log how long it took. Example:
{code}
[GroupMetadataManager brokerId=2] Finished loading offsets and group metadata
from __consumer_offsets-22 in 23131 milliseconds.
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)