Stream

Results 12 comments of Stream

LGTM :) by the way, the last line is val id = **V**ertx.setTimer(1000)

More detail is welcome.

Emm.. We can replace forward slash which in input with empty string from vertx-zookeeper, but can not replace it from other input, such as zkCli.sh I will make PR to...

Hi You can set session timeout in zk server by change parameter tick. tickTime the length of a single tick, which is the basic time unit used by ZooKeeper, as...

Hi SyncMap is not recommend in your business, AsyncMap is good for your. BTW, that would be good to provide POC. PS: I notice you are in China, so you...

Need more completed code to confirm when Vertx Cluster been started. --------------- Stream Liu [email protected] > On Jun 26, 2019, at 13:20, felix-laofan wrote: > > my code is this;...

Hi Do you upgrade vert.x from old version to the latest? which version of vert.x your running. Thanks.

We using Java serialization to save object into the zk, this issue would be happen if there are multi version vertx-zookeeper in one cluster, you have to restart all the...

> I have the same version across the entire cluster, but this issue occurs when I redeploy one of the members. So far the only way to resolve it is...