vitojeng opened a new pull request #10825:
URL: https://github.com/apache/kafka/pull/10825


   follow-up #8200
   
   KAFKA-5876's PR break into multiple parts, this PR is part 5.
   
   In KIP-216, the following exceptions is currently not completed: 
StreamsRebalancingException, StreamsRebalancingException, 
StateStoreNotAvailableException. In the CompositeReadOnlyXXXXStore class, we 
need using streams state to decide which exception should be throw.
   
   This PR add a new method `streams()` to StateStoreProvider interface, so 
that we can get streams state in the CompositeReadOnlyXXXXStore class to decide 
which exception should be throw.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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

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


Reply via email to