SOFARPC 5.5.0 发布,蚂蚁金服高性能 Java RPC 框架

  

SOFARPC 5.5.0 发布了,SOFARPC 是一个高可扩展性、高性能、生产级的 Java RPC 框架。SOFARPC 致力于简化应用之间的 RPC 调用,为应用提供方便透明、稳定高效的点对点远程服务调用方案。为了用户和开发者方便的进行功能扩展,SOFARPC 提供了丰富的模型抽象和可扩展接口,包括过滤器、路由、负载均衡等等。

更新内容如下:

New Feature

  • Issue 245 - Support nacos to be registry (PR 327)

  • PR 195 - Add hystrix integration extension

  • PR 239 - Support jackson serialize for http

  • PR 422 - Register CorsFilter by default and support custom allowed origins. (378)

  • PR 246 - Support consul as registry. !beta preview.

  • PR 184 - Support elastic connection holder.

  • PR 466 - Support mosn.

Enhancement

  • PR 421 - Add auth support for zookeeper registry

  • PR 439 - Make resteasy execute rpc filter chain too. (376

  • PR 434 - Allow user to set conn num with conn.num (433)

  • PR 415 - Optimize async thread pool execute (391)

  • Issue 349 - Handle clientTimeout attribute in GenericContext (PR 350)

  • PR 267 - ConsistentHashLoadBalancer supports weight.

  • PR 260 - Use ConcurrentMap to replace the declaration of ConcurrentHashMap objects. (252)

Bug Fix

  • PR 454 - Fix consul converter and construct props order (449)

  • PR 423 - Fix NotifyConsumerListener typo (418

  • PR 413 - Fix LocalRegistryHelper#checkModified returns true even if the file has not changed (412)

  • PR 400 - Fix possible double check of the field. (397)

详情查看发布公告

下载地址:

猜你喜欢

转载自www.oschina.net/news/103191/sofarpc-5-5-0-released