philipnee commented on PR #14639:
URL: https://github.com/apache/kafka/pull/14639#issuecomment-1782275615

   Hi @lucasbru - Thanks for taking the time to review my PR.  I addressed all 
but 2 comments:
   1. Mockito: Could you be more specific on how you expect to mock the 
response object?
   2. Error handling: Essentially all errors in `continueHandlePartitionErrors` 
can only happen in the response. I understand there are some redundancy there 
and can be a bit confusing.  But the response and both throw a hard failures 
(response = null and throwable = non-null) or a server side error (response = 
non-null).  That is why it was kept separated.  If you find it unclear - how do 
I make it more readable?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to