C0urante commented on PR #13853:
URL: https://github.com/apache/kafka/pull/13853#issuecomment-1642271686

   The refactor that @gharris1727 is suggesting here would also be nice since 
it would allow us to establish states that are only applicable to `Connector` 
or `Task` instances. There's a use case for this that exists today: the 
`STOPPED` state will only ever be visible for `Connector` instances, and never 
for `Tasks`, so it doesn't really make sense to use the same state enum for the 
two.


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