You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/05/03 14:09:49 UTC

[GitHub] [kafka] nicolasguyomar opened a new pull request, #12118: MINOR : Handle javax.ws.rs.NotFoundException in ConnectExceptionMapper

nicolasguyomar opened a new pull request, #12118:
URL: https://github.com/apache/kafka/pull/12118

   Proposal to catch valid 404 exceptions, triggered by any HTTP request to a non existent path on the Connect REST API, higher in the code, not to log an ERROR log  on line 61 which can be seen as a false alarm
   
   I was not able to find any existing unit test for this exception mapper
   
   ### 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-unsubscribe@kafka.apache.org

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


[GitHub] [kafka] C0urante merged pull request #12118: MINOR : Handle javax.ws.rs.NotFoundException in ConnectExceptionMapper

Posted by GitBox <gi...@apache.org>.
C0urante merged PR #12118:
URL: https://github.com/apache/kafka/pull/12118


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