[strimzi-kafka-operator] STRIMZI_MAX_QUEUE_SIZE environmental variable not being passed to topic-operator #9886
-
Hi!
But in the topic-operator pod the variable isn't:
We're trying to raise the queue size because we're getting the following error:
Is there anything else I'm missing? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Apr 5, 2024
Replies: 1 comment 7 replies
-
I guess you are mixing up the Cluster and Topic operators? If you want to set it in the Topic Operator, you have to configure it in the |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
template
section is under.spec.entityOperator
. So from the YAML snippet you share I guess you have it badly places? Also, the environment variables are configured per container and not per pod: https://strimzi.io/docs/operators/latest/configuring.html#type-EntityOperatorTemplate-reference