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

   The status field should always set in the response, even when empty, to 
ensure that the status gets reset on the client.
   
   We are not doing this due to an oversight - it is defined as nullable, and 
is null when not set. So status does not clear correctly on the client, which 
ignores the field if it's null. 
   
   This mostly has no effect, since we are logging the status, but it is still 
confusing.
   
   


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