cadonna commented on code in PR #12638:
URL: https://github.com/apache/kafka/pull/12638#discussion_r970627977


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdater.java:
##########
@@ -406,17 +412,21 @@ private void maybeCheckpointUpdatingTasks(final long now) 
{
     private StateUpdaterThread stateUpdaterThread = null;
     private CountDownLatch shutdownGate;
 
-    public DefaultStateUpdater(final StreamsConfig config,
+    private String name;
+
+    public DefaultStateUpdater(final String name,

Review Comment:
   Added a name for the state updater to improve log messages.



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