Motan 1.1.1 发布,微博开源的高性能分布式 RPC 框架

  

Motan 1.1.1 已发布,更新内容如下:

功能改进

  • support multi serialize in simpleSerialization #635

  • support more data type in simpleSerialization #683

  • add rpc common client #682 #702

  • enable channel manage for netty4 server #707

bug 修复

  • optimize netty4 server when reject request #613

  • fix NPE when discover service failed #637

  • fix netty channel close issue in netty4 #693

  • fix connection leak when netty client create connection with exception #670

Motan 是微博团队开源的一套高性能、易于使用的分布式 RPC 框架。功能包括:

  • 支持通过 spring 配置方式集成,无需额外编写代码即可为服务提供分布式调用能力。

  • 支持集成 consul、zookeeper 等配置服务组件,提供集群环境的服务发现及治理能力。

  • 支持动态自定义负载均衡、跨机房流量调整等高级服务调度能力。

  • 基于高并发、高负载场景进行优化,保障生产环境下 RPC 服务高可用。

下载地址:

猜你喜欢

转载自www.oschina.net/news/96218/motan-1-1-1-released