JiayaoS commented on code in PR #22289:
URL: https://github.com/apache/kafka/pull/22289#discussion_r3246654090
##########
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:
Done. Should I change all similar calls to MetadataRecordSerde.INSTANCE?
`ApiMessageAndVersion messageAndVersion = SERDE.read(accessor,
record.valueSize());`
--
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]