Gerrrr commented on code in PR #11945:
URL: https://github.com/apache/kafka/pull/11945#discussion_r850656607
##########
streams/src/main/java/org/apache/kafka/streams/kstream/internals/foreignkeyjoin/SubscriptionResponseWrapper.java:
##########
@@ -21,22 +21,30 @@
import java.util.Arrays;
public class SubscriptionResponseWrapper<FV> {
- final static byte CURRENT_VERSION = 0x00;
+ final static byte CURRENT_VERSION = 0x01;
+ // 0x00
Review Comment:
Fixed in
https://github.com/apache/kafka/pull/11945/commits/f7f9181ec3312b21a3534919819ccd02dfdcbc74#diff-4a79c25b7d01993f00f2ffa554e15f18a2c4f6e1e0f5c18dc33ad24015261f22R24-R29
--
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]