codingapi / springcloud-lcn-demo

LCN分布式事务框架v4.0 springcloud-lcn-demo
http://www.txlcn.org
220 stars 174 forks source link

关于feign.hystrix.enabled=false的疑问 #1

Closed juneryo closed 6 years ago

juneryo commented 6 years ago

虽然说融断、降级这个东西在某些情况下是会和分布式事物有些矛盾。。。 但是直接就把这个给禁用了,是不是有些不合适呢? 调用某些查询类的服务,也用不到分布式事物呢。

另外,tx-manager会不会考虑直接提供docker镜像呢?

xlorne commented 6 years ago

feign.hystrix.enabled=false 不是每个demo都禁用的,在mybatis的demo下是开启的,可以参看mybatis的demo使用。

juneryo commented 6 years ago

了解了。。。刚才确实只看了jpa的demo。。。