Skip to content

v2.3.1: health check fixes (#45)

Compare
Choose a tag to compare
@sksamuel sksamuel released this 15 Feb 02:16
· 35 commits to main since this release
31b961f
* refactor: use Kafka interfaces instead of implementations

* fix: align compileJava and compileKotlin tasks target

* feat: make it possible to register multiple instances of the same check

where it makes sense

* fix(DatabaseConnectionHealthCheck): return `Unhealthy` when connection is invalid

* fix(MongoConnectionHealthCheck): make the health check usable with both sync and async clients