[Bug]: Bind HTTP before first collection and isolate health from the collection AdminClient
#75 · Java · ★ 81 · Apache-2.0 · updated 2d ago
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:…