vamossagar12 opened a new pull request #11592:
URL: https://github.com/apache/kafka/pull/11592


   There are certain scenario in which Kafka Streams wipes out local state and 
rebuilt it from scratch. This is a thread local cleanup, ie, no rebalance is 
triggered, and we end up with an offline task until state restoration finished.
   
   If standby tasks are enable, it might actually make sense to trigger a 
rebalance instead, to get the task re-assigned to the instance hosting the 
standby so get the task active again quickly.
   
   


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