You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using jetcd in a vertx server, every time getKVClient(), there will be warn log 'You're already on a Vert.x context, are you sure you want to create a new Vertx instance?'
we just want to know,is it normal and does it matter?
To Reproduce
execute the following code on a vertx server: Client.builder().endPoints({etcd_endpoints}).build().getKVClient()
The text was updated successfully, but these errors were encountered:
Versions
Describe the bug
When using jetcd in a vertx server, every time getKVClient(), there will be warn log 'You're already on a Vert.x context, are you sure you want to create a new Vertx instance?'
we just want to know,is it normal and does it matter?
To Reproduce
execute the following code on a vertx server:
Client.builder().endPoints({etcd_endpoints}).build().getKVClient()
The text was updated successfully, but these errors were encountered: