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


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/ProcessorContextImpl.java:
##########
@@ -153,6 +146,12 @@ public void logChange(final String storeName,
             null);
     }
 
+    private void addVectorClockToHeaders(Headers headers, Position position) {

Review Comment:
   ```suggestion
       private void addVectorClockToHeaders(final Headers headers, final 
Position position) {
   ```



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