dajac commented on code in PR #18396:
URL: https://github.com/apache/kafka/pull/18396#discussion_r1904148774
##########
share-coordinator/src/main/java/org/apache/kafka/coordinator/share/ShareCoordinatorRecordSerde.java:
##########
@@ -29,9 +29,9 @@ public class ShareCoordinatorRecordSerde extends
CoordinatorRecordSerde {
@Override
protected ApiMessage apiMessageKeyFor(short recordVersion) {
switch (recordVersion) {
- case ShareCoordinator.SHARE_SNAPSHOT_RECORD_KEY_VERSION:
+ case 0:
Review Comment:
This is a temporary step backward. I will rework it in
https://issues.apache.org/jira/browse/KAFKA-18308.
--
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]