JiayaoS commented on code in PR #22289:
URL: https://github.com/apache/kafka/pull/22289#discussion_r3246723145
##########
metadata/src/test/java/org/apache/kafka/metadata/MetadataRecordSerdeTest.java:
##########
@@ -35,28 +35,30 @@
class MetadataRecordSerdeTest {
+ private static final MetadataRecordSerde SERDE =
MetadataRecordSerde.INSTANCE;
Review Comment:
Replaced all direct instantiations of MetadataRecordSerde with
MetadataRecordSerde.INSTANCE, except where the serde is passed in
as a constructor or method parameter (e.g. KafkaRaftManager,
BatchAccumulator).
--
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]