strimzi / strimzi-kafka-bridge

An HTTP bridge for Apache Kafka®
Apache License 2.0
286 stars 119 forks source link

[Fix] correct env vars names for consumer and producer enabled #900

Closed kornys closed 6 months ago

kornys commented 6 months ago

On our environment all http clients are disconnected after upgrade on latest strimzi and bridge due to latest changes. I see that operator code passing with env vars KAFKA_BRIDGE_CONSUMER_ENABLED and KAFKA_BRIDGE_PRODUCER_ENABLED https://github.com/strimzi/strimzi-kafka-operator/pull/9820/files But startup script in bridge passing different env vars which causes empty vars and consumer and producer is disabled.

There is a fix for that.

kornys commented 6 months ago

closing in scope of https://github.com/strimzi/strimzi-kafka-operator/pull/10120