Closed phamtai97 closed 4 years ago
just connect it to one of the nodes
Oh, so if the node has died ??? Can I deploy Consul agent mode client to connect to Consul cluster, then I use vertx-consul-client connect to Consul agent ?
You must start your own instance of the consul working in agent mode. You should send your requests to the consul agent, not the consul server, this is a normal scenario. In any case, vertx-consul-client does not intend to select a host from the list
oh, thanks for your support. I will try it.
Hi all. I deploy Consul following the cluster model (3 nodes). So how to connect the vertx-consul-client to the cluster?