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_ENABLEDhttps://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.
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
andKAFKA_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.