You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "mukkachaitanya (via GitHub)" <gi...@apache.org> on 2023/03/23 11:02:29 UTC

[GitHub] [kafka] mukkachaitanya commented on pull request #13361: KAFKA-14401: Resume WorkThread if Connector/Tasks reading offsets get stuck when underneath WorkThread dies

mukkachaitanya commented on PR #13361:
URL: https://github.com/apache/kafka/pull/13361#issuecomment-1480988122

   > I don't think that we should add retries when we already know that the exceptions that would be caught here are non-retriable. Additionally, it may be unsafe or incorrect to retry on an arbitrary exception, and may produce unexpected behavior in the consumer or in the worker.
   
   Fair point @gharris1727! I agree. I think the retries came into the picture because we were retrying on `TimeException` for example. However, they wouldn't make sense in cases where we know the exception is something non-retriable.


-- 
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-unsubscribe@kafka.apache.org

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