Dubbo: support consul as registry center, config center and metadata center

Created on 1 Dec 2017  ·  8Comments  ·  Source: apache/dubbo

ZK cluster is too heavy,i strongly recommend consul after trying it,i think dubbo should support consul.

prioritnormal typfeature

Most helpful comment

Does dubbo support consul now?

All 8 comments

@MrXiaKun We recommend use english, so everyone can get involved.
We can discuss here

What do you exactly mean by too heavy?
As far as i know, these two solutions both based on strong consistency protocol. Consul made a specifically abstraction for Service Discovery(which means we can do less work when using consul as Service Registry), but do these changes makes any performance difference?

I guess consul has higher availability performance than zookeeper.
And, as a java-based application, zookeeper uses much more memory on each server if deployed as cluster. Consul need less memory to run. I guess this is what @MrXiaKun means by too heavy.

我认为他的意思是用zk来开发太难了。

  • zk实际本身对资源的消耗是非常少的,无论是客户端还是服务器

I gues zookeeper too heavy, he meant to use zookeeper to develop too hard.

  • zk actual consumption of resources is very small, whether it is client or server

这个is为什么关闭了呢?
对于一些有consul,但是无zk的场景,想用dubbo就有些难受。

建议把consul支持起来

Does dubbo support consul now?

Was this page helpful?
0 / 5 - 0 ratings