Inquiry on using jetcd in the vertx server
Open
waiting-for-feedback
- Dominant language
- Java
- Stars
- 1.2k
- Forks
- 312
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 2
Description
**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()`
Contributor guide
Assessment
This issue has not been assessed yet.