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 2021/05/19 11:59:36 UTC

[GitHub] [kafka] ayoukhananov opened a new pull request #10728: NPE from the provided metadata in client callback in case of ApiException.

ayoukhananov opened a new pull request #10728:
URL: https://github.com/apache/kafka/pull/10728


   It uses the client callback and not handling it as InterceptorCallback. causing NPE.
   --P.S : Might need also to handle the TopicPartition that also might throw NPE
   
   *More detailed description of your change,
   if necessary. The PR title and PR message become
   the squashed commit message, so use a separate
   comment to ping reviewers.*
   
   *Summary of testing strategy (including rationale)
   for the feature or bug fix. Unit and/or integration
   tests are expected for any behaviour change and
   system tests should be considered for larger changes.*
   
   ### 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:
users@infra.apache.org



[GitHub] [kafka] ayoukhananov commented on pull request #10728: NPE from the provided metadata in client callback in case of ApiException.

Posted by GitBox <gi...@apache.org>.
ayoukhananov commented on pull request #10728:
URL: https://github.com/apache/kafka/pull/10728#issuecomment-846970648


   @showuon  Thanks for your feedback.
   
   1. NPE happened in our Prod env . 
   I miss the part of Jira ticket and added now this [Ticket](https://issues.apache.org/jira/browse/KAFKA-12841)
   2. Will Add Kafka
   3. Will try to add tests soon


-- 
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:
users@infra.apache.org