dajac commented on code in PR #18396:
URL: https://github.com/apache/kafka/pull/18396#discussion_r1905042395
##########
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:
@AndrewJSchofield Is this something that we want to fix in 4.0?
--
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]