Closed scholzj closed 5 years ago
@scholzj because I cannot find information about this, I see that the kafka-acls
tool doesn't provide a kind of --transactionalid
option, can you give me more hints on this?
I have just found this page on Javadoc: https://kafka.apache.org/20/javadoc/org/apache/kafka/common/resource/ResourceType.html
but I cannot find mentions on official doc. Should we really support it?
Taking a look at Kafka upstream source code it seems this option is available (there is delegation-token
as well) but it's not documented upstream.
This has been implemented in #1048
Currently the ACL support in User Oerator supports only following three resource types:
It would be good to add support also for TransactionalID resources.