You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "zonghaishang (GitHub)" <gi...@apache.org> on 2019/03/11 03:33:27 UTC

[GitHub] [incubator-dubbo] zonghaishang commented on issue #3605: [Dubbo-808] Support etcd registry

> https://github.com/etcd-io/jetcd#launcher
> 
> The `io.etcd:jetcd-launcher` offers a convenient utility to programmatically start & stop an isolated etcd server. This can be very useful e.g. for integration testing, like so:
> 
> ```java
> @Rule public final EtcdClusterResource etcd = new EtcdClusterResource("test-etcd", 1);
> Client client = Client.builder().endpoints(etcd.cluster().getClientEndpoints()).build();
> ```
> 
> This library is something that worth further investigation.

nice !!!

[ Full content available at: https://github.com/apache/incubator-dubbo/pull/3605 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org