You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running CMAK in kubernetes and would like to disable features (specifically cluster management) via an env variable.
Currently I have to resort to RUN sed -i '/KMClusterManagerFeature/c\application.features=["KMTopicManagerFeature","KMPreferredReplicaElectionFeature","KMReassignPartitionsFeature","KMScheduleLeaderElectionFeature"]' conf/application.conf
since I use the default application file. Can we add a line in there similar to ZK_HOSTS and the other variables?
The text was updated successfully, but these errors were encountered:
I'm running CMAK in kubernetes and would like to disable features (specifically cluster management) via an env variable.
Currently I have to resort to
RUN sed -i '/KMClusterManagerFeature/c\application.features=["KMTopicManagerFeature","KMPreferredReplicaElectionFeature","KMReassignPartitionsFeature","KMScheduleLeaderElectionFeature"]' conf/application.conf
since I use the default application file. Can we add a line in there similar to ZK_HOSTS and the other variables?
The text was updated successfully, but these errors were encountered: