Replies: 1 comment 1 reply
-
I do not think the Kafka Admin API has any support for reading configuration options from the system properties. And the Topic Operator definitely does not add anything like that. So I do not think this is possible. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to overwrite some configs of standalone Topic Operator deployment by specifying ex.
-Dparam.name=value
inSTRIMZI_JAVA_SYSTEM_PROPERTIES
env var. However, in the logs I can see that the value remains the same.Is there an option to overwrite AdminConfig values?
Beta Was this translation helpful? Give feedback.
All reactions