Skip to content

Conversation

@walterosc
Copy link

This PR improves the robustness of the Kafka Connect service in Docker Compose:

  • Adds explicit depends_on conditions with service_healthy for broker and schema registry.
  • Adds a healthcheck to Kafka Connect to ensure its REST API is ready.
  • Ensures connectors are only registered after Kafka Connect is up and reachable.
  • Avoids premature connector registration which previously caused data not to be ingested in QuestDB.

These changes help avoid race conditions and improve system stability during startup.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

2 participants