内容简介:本期发布内容: i. 支持 protostuff 序列化 ii. 重构 consul 注册中心实现(重新设计数据结构) iii. 升级 zk 到 4.0.1 支持 Spring Cloud iv. 修复使用 rest 场景内存泄露等 bug Abstract Enhancements to the sof...
本期发布内容:
i. 支持 protostuff 序列化
ii. 重构 consul 注册中心实现(重新设计数据结构)
iii. 升级 zk 到 4.0.1 支持 Spring Cloud
iv. 修复使用 rest 场景内存泄露等 bug
Abstract
Enhancements to the sofa-rpc framework and some bug fixes (requires JDK8 version support). We encourage everyone use 5.5.x to upgrade. For details, please refer to all commits.
Compatibility Note
- JDK8 required
- Consul registry redesigned, not compatible with 5.5.0
New Features
- support protostuff as serialization. #531
- support fetch groupName by provide. #550
- make user can set processInIoThread. #544
Enhancement
- update zk to 4.0.1 to support spring cloud. #386
- refactor registry-consul registry. #629
- add use sofa-registry demo. #644
- allow timeout discard settings. #676
Bug Fix
- fix memory leak. #658
- fix typo, SofaRegsitryClient -> SofaRegistryClient. #581
- fix elastic percent typo. #674
- move providerConfig#setMethodsLimit out of for-loop. #657
- mapSerializer support empty. [#654]
发布 SOFARPC Node v1.14.0 和 v1.14.1 版本:
i. 支持 zookeeper acl 配置
ii. 在 rpc server 处理请求异常时将请求信息附在 err 信息里打印出来
1.14.1 / 2019-06-20
others
- [
b1547fd
] - chore: print req info if rpc server handleRequest failed (#53)
1.14.0 / 2019-06-19
features
- [
0ba7c9f
] - feat: support zk registry to config acl (#52)
SOFARPC 简介
SOFARPC 是一个高可扩展性、高性能、生产级的 Java RPC 框架。在蚂蚁金服 SOFARPC 已经经历了十多年及五代版本的发展。SOFARPC 致力于简化应用之间的 RPC 调用,为应用提供方便透明、稳定高效的点对点远程服务调用方案。为了用户和开发者方便的进行功能扩展,SOFARPC 提供了丰富的模型抽象和可扩展接口,包括过滤器、路由、负载均衡等等。同时围绕 SOFARPC 框架及其周边组件提供丰富的微服务治理方案。
功能特性
- 透明化、高性能的远程服务调用
- 支持多种服务路由及负载均衡策略
- 支持多种注册中心的集成
- 支持多种协议,包括 Bolt、Rest、Dubbo 等
- 支持同步、单向、回调、泛化等多种调用方式
- 支持集群容错、服务预热、自动故障隔离
- 强大的扩展功能,可以按需扩展各个功能组件
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- SOFABoot 2.4.2 发布,蚂蚁金服开源研发框架
- SOFABoot 2.4.3 发布,蚂蚁金服开源研发框架
- 工具 | 蚂蚁集团开源的,支付宝开放平台服务端 SDK
- 蚂蚁金服微服务实践 | 开源中国年终盛典分享实录
- SOFABoot 2.6.1 发布,蚂蚁金服开源研发框架
- SOFABoot 2.6.1 发布,蚂蚁金服开源研发框架
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Algorithms on Strings, Trees and Sequences
Dan Gusfield / Cambridge University Press / 1997-5-28 / USD 99.99
String algorithms are a traditional area of study in computer science. In recent years their importance has grown dramatically with the huge increase of electronically stored text and of molecular seq......一起来看看 《Algorithms on Strings, Trees and Sequences》 这本书的介绍吧!