how to specify env vars in connector config #11371
Unanswered
cheskayang
asked this question in
Q&A
Replies: 1 comment
-
You should share the full configs and logs to give us better idea what the problem might be. Also, keep in minf that the Strimzi EnvVar provider is for a long time deprecated (and removed IIRC). You should use the Kafka one. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Use case:
i have kafka connect running with a small number of pods
this is a batch like connector, and i want to avoid frequent rebalancing.
By setting
group.instance.id
, this can be achieved. however since there will be multiple pods, e.g. connect-0, connect-1, I need to have the instance id to be sth like this ${env:HOSTNAME}i followed configurations here https://github.com/strimzi/kafka-env-var-config-provider
but it didn't work with connector, i'm getting error
Please suggest the expected way to achieve this. ty!
Beta Was this translation helpful? Give feedback.
All reactions