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

   @vamossagar12 The ticket description is a little thin on details. What is 
causing the work thread to die?
   
   In general, I'm not really a fan of this approach since it doesn't provide 
operators with remedial options besides just restarting the worker. In that 
case, why not just kill the worker when the offset topic read thread dies? Or, 
probably more reasonable, why not retry indefinitely instead of letting the 
thread die and causing connectors and tasks to fail (or at least, encounter 
exceptions) when attempting to read offsets?
   
   It's difficult to say right now which would be the best way to proceed, but 
it'll hopefully be easier with more information about what exactly is causing 
this problem in the first place.


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