see-quick commented on PR #23242: URL: https://github.com/apache/kafka/pull/23242#issuecomment-5437745710
> One spot that was missed in the Streams module: in `ThreadMetadataImpl`, `Collections.singleton(producerClientIds)` could be replaced with `Set.of(producerClientIds)` to keep it consistent with the rest of this PR. Updated 👍 . -- 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]
