Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inquiry on using jetcd in the vertx server #1349

Open
EricJQ opened this issue Apr 3, 2024 · 1 comment
Open

Inquiry on using jetcd in the vertx server #1349

EricJQ opened this issue Apr 3, 2024 · 1 comment

Comments

@EricJQ
Copy link

EricJQ commented Apr 3, 2024

Versions

  • etcd: not matter
  • jetcd: 0.7.6
  • java: JDK8

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants