aliehsaeedii commented on code in PR #21514:
URL: https://github.com/apache/kafka/pull/21514#discussion_r2826422789


##########
streams/src/main/java/org/apache/kafka/streams/state/internals/ValueTimestampHeadersDeserializer.java:
##########
@@ -79,7 +75,7 @@ public ValueTimestampHeaders<V> deserialize(final String 
topic, final byte[] val
         final int headersSize = ByteUtils.readVarint(buffer);
 
         final byte[] rawHeaders = readBytes(buffer, headersSize);
-        final Headers headers = headersDeserializer.deserialize(topic, 
rawHeaders);

Review Comment:
   Makes sense to me. Reviewing other PRs, I was all the time thinking about 
the `topic` that we dont need it at all.



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

Reply via email to