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


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdater.java:
##########
@@ -84,7 +84,7 @@ public Collection<StandbyTask> getUpdatingStandbyTasks() {
                 .collect(Collectors.toList());
         }
 
-        public boolean onlyStandbyTasksLeft() {
+        private boolean onlyStandbyTasksUpdating() {

Review Comment:
   I gave this method a more meaningful name and restricted access to it.



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