#
motan
Here are 20 public repositories matching this topic...
dengqiangloveju
commented
Apr 28, 2020
Field registration in org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration$ServiceRegistryEndpointConfiguration required a single bean, but 2 were found:
- nacosRegistration: defined by method 'nacosRegistration' in class path resource [com/alibaba/cloud/nacos/NacosDiscoveryAutoConfiguration.class]
- eurekaRegistration: defined in BeanDefinition defined in class pa
Spring,SpringBoot 2.0,SpringMVC,Mybatis,mybatis-plus,motan/dubbo分布式,Redis缓存,Shiro权限管理,Spring-Session单点登录,Quartz分布式集群调度,Restful服务,QQ/微信登录,App token登录,微信/支付宝支付;日期转换、数据类型转换、序列化、汉字转拼音、身份证号码验证、数字转人民币、发送短信、发送邮件、加密解密、图片处理、excel导入导出、FTP/SFTP/fastDFS上传下载、二维码、XML读写、高精度计算、系统配置工具类等等。
java
redis
spring
spring-boot
maven
session
quartz
aop
springboot
motan
redisson
mybatis
spring-mvc
spring-session
spring-data-redis
shiro
springmvc
dubbo
springsession
ibase4j
-
Updated
Jun 6, 2020 - JavaScript
Reliable messages resolve distributed transactions
kafka
translation
spring
protobuf
rabbitmq
activemq
soa
aop
springboot
motan
dubbo
kryo
rocketmq
springcloud
-
Updated
Jul 2, 2020 - Java
Java implementation for Baidu RPC, multi-protocol & high performance RPC.
spring-boot
protobuf
microservice
netty
high-performance
spring-cloud
grpc
rpc
server-push
motan
push
dubbo
brpc
-
Updated
Jul 1, 2020 - Java
java rpc benchmark, 灵感源自 https://www.techempower.com/benchmarks/
-
Updated
May 15, 2020 - Java
Eagle分布式rpc调用,借助Zookeeper实现服务注册和发现,基于AQS实现高性能连接池,支持分布式追踪、监控、过载保护等配置。提供Spring和SpringBoot插件,方便与Spring和SpringBoot集成。
mock
spring-boot
netty
eagle
zookeeper
rpc
tps
callback
motan
dubbo
kryo
distributed-tracing
worker-threads
cd-eagle-benchmark
eagle-rpc
-
Updated
Jul 1, 2020 - Java
rpcx implementation in Java for server side and client side
-
Updated
Mar 31, 2020 - Java
easycall 是一款java 分布式RPC,微服务框架,轻量,依赖少,高性能,响应式,rxjava,异步化,类似dubbo,motan 微服务框架
-
Updated
Mar 6, 2019 - Java
Improve this page
Add a description, image, and links to the motan topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the motan topic, visit your repo's landing page and select "manage topics."
1. Bug Description
SpringCloud+feign服务调用,参与方不回滚。例如:发起方A(注解使用的是@LcnTransaction,@transactional)
)通过feign调用参与方B(注解@LcnTransaction(propagation = DTXPropagation.SUPPORTS)
@transactional),B抛异常,A插入数据(不回滚)。
使用过的解决办法:
1,feign取消falback,不进行熔断,测试无效;
2,feign不取