chia7712 commented on code in PR #18396:
URL: https://github.com/apache/kafka/pull/18396#discussion_r1905069205
##########
share-coordinator/src/main/java/org/apache/kafka/coordinator/share/ShareCoordinator.java:
##########
@@ -32,11 +32,6 @@
import java.util.function.IntSupplier;
public interface ShareCoordinator {
- short SHARE_SNAPSHOT_RECORD_KEY_VERSION = 0;
- short SHARE_SNAPSHOT_RECORD_VALUE_VERSION = 0;
- short SHARE_UPDATE_RECORD_KEY_VERSION = 1;
- short SHARE_UPDATE_RECORD_VALUE_VERSION = 1;
Review Comment:
Pardon me, why not fix it for 4.0? I assume it would be an issue to 4.1 in
reading the records having incorrect version.
--
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]