mjsax commented on a change in pull request #9801:
URL: https://github.com/apache/kafka/pull/9801#discussion_r550342976



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/processor/internals/Task.java
##########
@@ -98,17 +98,9 @@ public boolean isValidTransition(final State newState) {
         }
     }
 
-    TaskId id();
-
-    State state();
-
-    default boolean needsInitializationOrRestoration() {
-        return state() == State.CREATED || state() == State.RESTORING;
-    }
 
-    boolean isActive();
 
-    boolean isClosed();

Review comment:
       This method is removed because it's unused.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to