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

KAFKA-10816: Add health check endpoint for Kafka Connect #16477

Merged
merged 5 commits into from
Jul 3, 2024

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    59aeddb View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    9411eaa View commit details
    Browse the repository at this point in the history
  2. Extract HealthCheckThread to separate class, add call to Thread::join…

    … in HealthCheckThread::shutDown
    C0urante committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e0dea8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2693eeb View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Remove unnecessary TODO

    There is no need to increase the REST request timeout, since we're asserting
    that the worker is unavailable when we issue the request anyways. There is also
    no risk that the REST server has not been started or initialized yet, since both
    of those operations take place synchronously during
    EmbeddedConnectCluster::addWorker.
    C0urante committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a6a3434 View commit details
    Browse the repository at this point in the history