Skip to content

Conversation

@salignatmoandal
Copy link

This PR fixes issues related to Kafka and Kafka-UI connections in the docker-compose.yml file.

  • Fixed: Incorrect KAFKA_CFG_ADVERTISED_LISTENERS causing connection failures.
  • Fixed: Kafka-UI KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS misconfiguration.
  • Updated: Replaced deprecated bobrik/socat image with alpine/socat to avoid Docker deprecation warnings.
  • Improved: Ensured airflow-kafka network is properly created.

How to test

  1. Run docker network create airflow-kafka (if not created).
  2. Run docker-compose down -v to clean old volumes.
  3. Run docker-compose up --build and check that all services start correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant