vert-x3 / vertx-mongo-client

Mongo Client for Eclipse Vert.x
http://vertx.io
Apache License 2.0
60 stars 99 forks source link

Support ping #233

Open yahyavi opened 4 years ago

yahyavi commented 4 years ago

Describe the feature

Support ping function from Mongo: https://docs.mongodb.com/manual/reference/command/ping/

Use cases

We'd like to use ping to make sure mongo is up and accessible and as a heartbeat mechanism to keep connection alive.