Describe the bug
Jetcd-core-0.7. X changes grpc to vertx, which results in the change from multi-thread to single-thread operation such as add-delete read-write monitor which involves jetcd, it is easy to cause a single-thread exception jam, resulting in process pending.
Versions
Describe the bug Jetcd-core-0.7. X changes grpc to vertx, which results in the change from multi-thread to single-thread operation such as add-delete read-write monitor which involves jetcd, it is easy to cause a single-thread exception jam, resulting in process pending.
To Reproduce
Expected behavior Code "kvClient().get(EtcdUtils.from(key), option).get();" should return value. Additional context What should i do ?