You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the ensure bash file runs, this env variable is not taken into account and kafka cluster validation fails even before starting the application server for kafka rest proxy.
One quick way of solving it can be to pick up other values in check_kafka_ready() function, but it seems I am not sure about its usage at multiple other places. However, kafka-rest's deployment fails on only passing the KAFKAREST_OPTS. We have to add one more env variable KAFKA_OPTS for the same as a workaround.
The text was updated successfully, but these errors were encountered:
So, basically if we are passing the KAFKAREST_OPTS as suggested here:
https://docs.confluent.io/platform/current/kafka-rest/production-deployment/rest-proxy/security.html#authentication-between-crest-and-ak-brokers
While the ensure bash file runs, this env variable is not taken into account and kafka cluster validation fails even before starting the application server for kafka rest proxy.
https://github.com/confluentinc/confluent-docker-utils/blob/master/confluent/docker_utils/cub.py#L149-L205
One quick way of solving it can be to pick up other values in check_kafka_ready() function, but it seems I am not sure about its usage at multiple other places. However, kafka-rest's deployment fails on only passing the KAFKAREST_OPTS. We have to add one more env variable KAFKA_OPTS for the same as a workaround.
The text was updated successfully, but these errors were encountered: