UladzislauBlok commented on code in PR #21536:
URL: https://github.com/apache/kafka/pull/21536#discussion_r2900910079


##########
streams/src/main/java/org/apache/kafka/streams/state/internals/PrefixedWindowKeySchemas.java:
##########
@@ -30,8 +31,6 @@
 import static org.apache.kafka.streams.state.StateSerdes.TIMESTAMP_SIZE;
 import static 
org.apache.kafka.streams.state.internals.WindowKeySchema.timeWindowForSize;
 
-// TODO: replace with new method in follow-up PR of KIP-1271
-@SuppressWarnings("deprecation")

Review Comment:
   I've revisited code one more time actually it's good that build has failed. 
We're using `serdes.rawKey` which is deprecated. We need to propagate here 
headers as well.
   I will return annotation and fix it in follow-ups



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