lucasbru opened a new pull request, #21311:
URL: https://github.com/apache/kafka/pull/21311
Minor logging improvements for streams groups.
- In InternalTopicManager, we'd not log the group ID or member ID, making
the logs difficult discover.
- Some logs could turn out very verbose
- We'd log the whole topology. This is difficult to parse from a log
message, and can be determined by using `StreamsGroupDescribe` instead.
- We'd log all missing internal topics. Instead, restrict it to the first
5.
- The statusDetail returned by `StreamsGroupHeartbeat` (and logged on the
client) would also become fairly large, logging all topic creation errors for
all internal topics that we failed to create. Restrict it to the first 3.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]