Can I set multiple topics for one ACL? Or do I have to define them separately? #10994
Answered
by
scholzj
temp-exp123
asked this question in
Q&A
-
Like if I had:
how do I have multiple topics specified? I have a lot of repartition and changelog topics and strimzi does not support -suffix patternType :(
|
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Dec 26, 2024
Replies: 1 comment 1 reply
-
Strimzi does not support suffix pattern because Kafka does not support it. Strimzi does not fork Kafka, it is just tooling that orchestrates it. So we cannot support things that Kafka cannot do. You can either use the prefix that is supported by Kafka or just specify multiple sets of rules for different topics. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
temp-exp123
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Strimzi does not support suffix pattern because Kafka does not support it. Strimzi does not fork Kafka, it is just tooling that orchestrates it. So we cannot support things that Kafka cannot do. You can either use the prefix that is supported by Kafka or just specify multiple sets of rules for different topics.