Hi Team,
Is there any java api available to give access to topic.
As we are creating topic dynamically, need to give write access, to send
messages.
Just wanted to run below command through java api.
bin/kafka-acls.sh --add --allow-principals user:ctadmin --operation ALL --topic
marchTesting --
Yes, by default, we take the full ssl certificate attributes as the user
name. This may not be suitable for ACL. We do allow the ssl user name to be
customized through PrincipalBuilder. You can define a
customized PrincipalBuilder and pass that in
through "principal.builder.class". The customized P