jlprat opened a new pull request #11228:
URL: https://github.com/apache/kafka/pull/11228


   Instead of letting all `RuntimeException`s go through and be processed by
   the uncaught exception handler, `IllegalStateException` and
   `IllegalArgumentException` are not passed through and fail fast.
   
   Added test checking this new case.
   For the test I use an existing test as a baseline that was checking the 
uncaught exception handler was called and checked that it wasn't called for 
this new particular case.
   
   Possible extensions would be to add more types of `RuntimeException`s on the 
new `catch` clause.
   
   ### 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.

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