lihaosky commented on PR #13523: URL: https://github.com/apache/kafka/pull/13523#issuecomment-1500494292
I feel option 2 makes more sense. To clarify: option 1 means that the task is transitioned to `RUNNING` state while it's paused and restoring? Somehow this kind of doesn't make sense if `RUNNING` means the task starts processing? A related question: what is the task state if they are paused? Is it `SUSPENDED`? I don't see a `PAUSED` state in https://github.com/apache/kafka/blob/trunk/streams/src/main/java/org/apache/kafka/streams/processor/internals/Task.java#L71-L76 -- 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]
