Cannot alter Kafka config after deployment #4255
tringuyen-yw
started this conversation in
General
Replies: 1 comment
-
The approach you describe for editing the cluster is good ... there are two basic ways:
So I think the problem is somewhere else. I tried if there isn't some bug in deleting the services, but that seems to work fine. Can you share two things which might help with the issue:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Using Strimzi 0.20.1, deploying a Kafka cluster with this config
The deployment is successful. Notice service type
LoadBalancer
which allows external access on port 9094 as configured in the yaml above.Then I modify the yaml file to remove the external access, by commenting out the external listenter
Reconfigure the kafka cluster by
kubectl apply -f mykafkaconfig.yaml -n kafka
. When completed,kubectl get services -n kafka
still shows the same output.QUESTION: what is the recommended way to modify a Kafka cluster config? This could be the listeners as in this example. But this could be any property, such as
spec.kafka.config.log.retention.check.interval.ms
Beta Was this translation helpful? Give feedback.
All reactions