0x1306e6d / tollgate

An API gateway for your microservice.
MIT License
6 stars 1 forks source link

Do not bind `HealthCheckService` if `healthCheckPath` is null or empty #70

Closed 0x1306e6d closed 3 years ago

0x1306e6d commented 3 years ago

Motivation

To provide a way to disable HealthCheckService.

Description

If healthCheckPath is null or empty, do not bind HealthCheckService.

Result

Users can disable HealthCheckService by setting healthCheckPath null or empty.