I am using Kafka's default ACL authorizer, but recently I came across a topic of custom ACL authorizer.
I did checked for that, but couldn't find much details on it. I would like to understand:
- Isn't default ACL authorizer is good enough to use in production?
- Any example which I can refer to understand what custom ACL authorizer should do?
Thanks!