AndrewJSchofield commented on code in PR #18512:
URL: https://github.com/apache/kafka/pull/18512#discussion_r1923711040
##########
coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/CoordinatorRecord.java:
##########
@@ -16,22 +16,37 @@
*/
package org.apache.kafka.coordinator.common.runtime;
+import org.apache.kafka.common.protocol.ApiMessage;
import org.apache.kafka.server.common.ApiMessageAndVersion;
import java.util.Objects;
/**
- * A Record which contains an {{@link ApiMessageAndVersion}} as key and
+ * A Record which contains a type, an {{@link ApiMessage}} as key and
Review Comment:
I think the type is actually part of the `ApiMessage` if I understand
correctly.
--
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]