Skip to content

HealthCheckHandler doesn't call next handler #59

@guga4ka

Description

@guga4ka

Questions

HealthCheckHandler doesn't call next handler.

Version

4.4.6

Context

After health check handler i want to call one more handler to submit metric with result

Do you have a reproducer?

Handler with log line will never call

var router = Router.router(vertx);
var healtCheck = HealthChecks.create(vertx);
var healthChecksHandler = HealthCheckHandler.createWithHealthChecks(healthChecks);
router.get("/health")
  .handler(healthChecksHandler)
  .handler(context -> log.info("after health check handler"));

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions