mjsax commented on code in PR #19570:
URL: https://github.com/apache/kafka/pull/19570#discussion_r2061121894


##########
streams/src/test/java/org/apache/kafka/streams/kstream/SessionWindowedDeserializerTest.java:
##########
@@ -44,37 +44,44 @@ public void testSessionWindowedDeserializerConstructor() {
         assertInstanceOf(StringDeserializer.class, inner, "Inner deserializer 
type should be StringDeserializer");
     }
 
+    @Deprecated

Review Comment:
   This test uses deprecate config `WINDOWED_INNER_CLASS_SERDE` so we should 
mark the test as deprecated, too, to indicate, that we can remove the whole 
test when the deprecated config gets remove.
   
   Similar elsewhere.



-- 
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: jira-unsubscr...@kafka.apache.org

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

Reply via email to