Skip to content

Conversation

@gaetancollaud
Copy link

Closes #3238

In addition to using connection-count for the health probe, we now check how many connection-creation-total were attempted.

The initial issue was that when a connection is initially-paused it won't really start the kafka consumer and the connection-count would be at zero => health check DOWN.

Now when the connection count is zero, we check how many connections were attempted. If zero => UP since the connector is just paused since the beginning.

@gaetancollaud gaetancollaud changed the title Bugfix/healthcheck down when initially paused Fix: healthcheck down when initially paused Dec 1, 2025
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.

Kafka: health-check is down when a channel is "initially-paused"

1 participant