strimzi / strimzi-kafka-operator

Apache Kafka® running on Kubernetes
https://strimzi.io/
Apache License 2.0
4.85k stars 1.3k forks source link

Add support for TransactionalID resource #722

Closed scholzj closed 5 years ago

scholzj commented 6 years ago

Currently the ACL support in User Oerator supports only following three resource types:

It would be good to add support also for TransactionalID resources.

ppatierno commented 6 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?

ppatierno commented 6 years ago

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?

ppatierno commented 6 years ago

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.

scholzj commented 5 years ago

This has been implemented in #1048