etcd-io / jetcd

etcd java client
Apache License 2.0
1.1k stars 315 forks source link

Inquiry on using jetcd in the vertx server #1349

Open EricJQ opened 6 months ago

EricJQ commented 6 months ago

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()

lburgazzoli commented 6 months ago

This is new to me, do you have time to digg into it ?