ableegoldman commented on a change in pull request #6592:
URL: https://github.com/apache/kafka/pull/6592#discussion_r618826641



##########
File path: 
clients/src/main/java/org/apache/kafka/common/serialization/Serdes.java
##########
@@ -128,13 +128,27 @@ public UUIDSerde() {
 
     static public final class ListSerde<Inner> extends 
WrapperSerde<List<Inner>> {
 
+        final static int NEGATIVE_SIZE_VALUE = -1;

Review comment:
       Ooooh ok, that makes a lot more sense now. I think your suggestion for 
the name sounds good




-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to