liuyangming / ByteJTA

ByteJTA is a distributed transaction manager based on the XA/2PC mechanism. It’s compatible with the JTA specification. User guide: https://github.com/liuyangming/ByteJTA/wiki
http://www.bytesoft.org
GNU Lesser General Public License v3.0
211 stars 110 forks source link

是否考虑spring cloud 使用consul作为服务发现的支持 #9

Open 523499159 opened 5 years ago

liuyangming commented 5 years ago

使用SpringCloud时,可以自行选择consul、zookeeper、eureka做服务发现,ByteJTA并没有限制只能用eureka。ByteJTA仅仅是只选择了eureka提供ByteJTA-sample样例而已。