Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

1.0.0.RC3

Compare
Choose a tag to compare
@linux-china linux-china released this 12 Nov 21:16
· 1213 commits to master since this release

特性调整

  • 添加Spring Cloud Function接入样例: https://github.com/alibaba/alibaba-rsocket-broker/blob/master/example/rsocket-cloud-function/README.md
  • 增加连接过程中单个或多个服务上下线,如一些应用中,服务比较多,一些服务不可用时,可以做单个服务下线处理
  • 调整RSocket多端口监听展现和元信息上报,可以同时展现RSocket监听的多端口信息
  • 请求方的Remote IP获取和展现
  • 添加flatbuffers & Cap’n Proto序列化框架类型声明
  • RSocket Java 1.1.0和Spring Boot 2.4.0兼容: alibaba-rsocket-core和alibaba-rsocket-spring-boot-starter,服务可以使用Spring Boot 2.4接入到RSocket Broker,但是RSocket Broker目前只支持Spring Boot 2.3.x和RSocket 1.0.x,主要是gossip SDK还未能和Reactor Netty 1.0.0的兼容。

Bug修复

  • 修复server.port=0随机端口注册情况
  • 修复Gossip广播时一致性hash的bug,感谢 @jimichan

文档