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


##########
streams/src/test/java/org/apache/kafka/streams/state/internals/RecordConvertersTest.java:
##########
@@ -35,13 +36,15 @@ public class RecordConvertersTest {
 
     private final RecordConverter timestampedValueConverter = 
rawValueToTimestampedValue();
     private final RecordConverter headersValueConverter = 
rawValueToHeadersValue();
+    private final RecordConverter sessionValueConverter = 
rawValueToSessionHeadersValue();

Review Comment:
   Adding missing case for session-header-store



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