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


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalProcessorContext.java:
##########
@@ -122,6 +123,13 @@ void logChange(final String storeName,
                    final long timestamp,
                    final Position position);
 
+    void logChange(final String storeName,

Review Comment:
   I thought for non-headers users, we can save a bit as they write a null 
header in changelog rather than an empty one.



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