Cleared 2m ago · themoah/klag #75 · Java · ★ 81 · Apache-2.0

[Bug]: Bind HTTP before first collection and isolate health from the collection AdminClient

Description The HTTP server (including /healthz) is bound only after the first Kafka health check and the first metrics collection cycle. Health probes also share the same Kafka AdminClient as collection, so a long scrape can make /readyz flap. What happens MainVerticle.start is:…

What we checked

Similar unclaimed issues