dajac commented on a change in pull request #8968: URL: https://github.com/apache/kafka/pull/8968#discussion_r458059973
########## File path: clients/src/main/java/org/apache/kafka/clients/admin/CreatePartitionsOptions.java ########## @@ -30,6 +30,7 @@ public class CreatePartitionsOptions extends AbstractOptions<CreatePartitionsOptions> { private boolean validateOnly = false; + private boolean retryQuotaViolatedException = true; Review comment: `retryOnQuotaViolation` sounds good to me. ---------------------------------------------------------------- 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