Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker compose health checks #216

Open
rupurt opened this issue Aug 13, 2024 · 0 comments
Open

Docker compose health checks #216

rupurt opened this issue Aug 13, 2024 · 0 comments

Comments

@rupurt
Copy link

rupurt commented Aug 13, 2024

Howdy,

Thanks so much for building kafka-native. It feels super awesome to have a fast local development loop with Kafka.

Do you have a recommendation on how to do health checks in docker compose? I don't see any examples in the docker compose file within this repo and utilities from other images don't appear to be available e.g.

    healthcheck:
      test: /kafka/bin/kafka-cluster.sh cluster-id --bootstrap-server kafka:9092 || exit 1
      interval: 10s
      timeout: 10s
      retries: 60
      start_period: 30s
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

No branches or pull requests

1 participant