Description
From PR review of: https://github.com/apache/kafka/pull/7268
We currently return possibly null ApiException in AclCreateResult and AclDeleteResult. It would be better to return Optional<ApiException>.
Attachments
Issue Links
- links to
From PR review of: https://github.com/apache/kafka/pull/7268
We currently return possibly null ApiException in AclCreateResult and AclDeleteResult. It would be better to return Optional<ApiException>.