Change AdminClient config with a docker image #3052
-
Is there any way to change the AdminClientConfig from kafka-ui Docker Image? If possible I would like to change the 3 parameters described bellow.
At startup the config properties are being logged out, a dummy removed from the post #2429 bellow.
Mario Schwabe [email protected], Mercedes-Benz Tech Innovation GmbH (Provider Information) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@marioschwabefilhoWK hey! Thanks for reaching out. |
Beta Was this translation helpful? Give feedback.
@marioschwabefilhoWK hey! Thanks for reaching out.
Have you tried overriding these like this:
KAFKA_CLUSTERS_0_PROPERTIES_<adminclient_property_name>: <value>
?Like
ssl.truststore.password
->KAFKA_CLUSTERS_0_PROPERTIES_SSL_TRUSTSTORE_PASSWORD