dajac opened a new pull request #9334:
URL: https://github.com/apache/kafka/pull/9334


   This PR does two things:
   * As stated in KIP-599, we'd like to disable the automatic retry of 
`THROTTLING_QUOTA_EXCEEDED` errors in order to avoid letting the command hangs 
until `default.api.timeout.ms` is reached.
   * Change the default value of `ErrorMessage` to `null` in the 
`DeleteTopicsResponse`. I have noted that it defaults to an empty string at the 
moment. The Admin client only uses the default message when the `ErrorMessage` 
is `null` so we end up with an empty message provided back to the user when 
`ErrorMessage` is not explicitly set by the broker.
   
   ### 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:
us...@infra.apache.org


Reply via email to