sksamuel / cohort

Ktor/Vertx spring-actuator style library - healthchecks, logging, database
Apache License 2.0
123 stars 6 forks source link

Add coroutine driver support for mongodb #49

Closed JohannesHepp closed 3 months ago

JohannesHepp commented 3 months ago

I wanted to use the existing mongodb healthcheck and realized that the current healthcheck only supports the mongodb sync driver. I'm using the kotlin coroutine driver. So I added support for it to the library.

sksamuel commented 3 months ago

looks great thank you