[
https://issues.apache.org/jira/browse/KAFKA-8866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16922441#comment-16922441
]
ASF GitHub Bot commented on KAFKA-8866:
---------------------------------------
rajinisivaram commented on pull request #7294: KAFKA-8866; Return exceptions as
Optional<ApiException> in authorizer API
URL: https://github.com/apache/kafka/pull/7294
Follow up on review comment in PR #7268
### 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:
[email protected]
> Make Authorizer create/delete exceptions Optional
> -------------------------------------------------
>
> Key: KAFKA-8866
> URL: https://issues.apache.org/jira/browse/KAFKA-8866
> Project: Kafka
> Issue Type: Sub-task
> Components: security
> Reporter: Rajini Sivaram
> Assignee: Rajini Sivaram
> Priority: Major
> Fix For: 2.4.0
>
>
> From PR review of:
> [https://github.com/apache/kafka/pull/7268|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>.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)