This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 167
Home
linux_china edited this page May 12, 2021
·
27 revisions
Alibaba RSocket Broker的Wiki,主要提供RSocket, Reactive和Broker产品相关的介绍。
- 开发环境设置: Development Setup
- RSocket命令行工具: RSocket CLI
- RSocket Broker测试支持: RSocket Testing
- Alibaba RSocket Broker的可观测性: Alibaba RSocket Broker Observability
- RSocket Spring Boot Actuator: RSocket Spring Boot Actuator
- 自定义数据序列化格式: Customized Encoding
- RSocket二进制和流式数据支持: RSocket Binary
- RSocket Broker和CloudEvents: RSocket Broker CloudEvents
- RSocket Broker过滤器介绍: RSocket Broker Filter
- RSocket Gateway接入: RSocket Gateway
- RSocket路由规则: RSocket Routing
- RSocket SDK的技术栈: RSocket SDK Stack
- RSocket GraalVM: RSocket GraalVM
- RSocket服务规划: RSocket Services
- RSocket服务接口设计: RSocket Service Interface Design
- RSocket服务权重设计: Service Weight Rating
- RSocket SDK负载均衡: RSocket SDK LoadBalance
- RSocket Broker之服务点对点通讯: RSocket P2P
- Circuit Break & Back Pressure: Circuit Break & Back Pressure
- RSocket Kotlin Coroutines(协程)和异步Flow: RSocket Kotlin Coroutines
- 云原生和RSocket: Cloud Native with RSocket
- 服务网格Service Mesh: Service Mesh with RSocket
- RSocket安全: RSocket Security
- RSocket Broker多集群部署: RSocket Broker Clusters
- RSocket Broker Kubernetes部署: RSocket Broker Kubernetes
- 2019年9月10日:Reactive Foundation成立
- 2019年9月30日:Spring 5.2发布,添加RSocket支持
- 2019年10月16日: Spring Boot 2.2.0发布,通过RSocket Starter正式支持RSocket
- 2019年12月11日: Alibaba RSocket Broker正式开源,支持Service Mesh、流式消息和IoT
- 2020年1月11日: RSocketByExample上线,RSocket知识中文站点 http://rsocketbyexample.info
- 2020年5月12日: RSocket Java 1.0.0发布
- 2020年11月10日: R2DBC加入Reactive Foundation基金会
- InfoQ2020年4月份软件架构和设计趋势报告: RSocket & Reactive Streams 列为创新者(Innovators) https://www.infoq.com/articles/architecture-trends-2020/
- Linux 基金会宣布启动反应性基金会: https://www.infoq.cn/article/DFEBSouGtWabBTjzrWCt
- 阿里雷卷:Reactive 基金会的成立将对开发方式带来哪些影响? https://www.infoq.cn/article/PFjVRogo9wG0sWD03NlK
- 专访阿里雷卷:为什么 Reactive 会突然受到了关注? https://www.infoq.cn/article/NTxOsxyL7s1RXfSeIved
- Reactive 架构升级实践——淘宝全站业务的全异步流式架构升级 https://www.infoq.cn/article/C7FELEXrRfKDVV88Nfub
- Linux Foundation press release: https://www.linuxfoundation.org/press-release/2019/09/the-reactive-foundation-launches-to-support-next-phase-of-software-architecture/
- Techcrunch on Reactive foundation: https://techcrunch.com/2019/10/15/with-alibaba-pivotal-and-lightbend-on-board-reactive-flexes-its-roi-muscle-in-microservices-world/
- Binary: byte stream
- Async message
- Multi transports
- Reactive Semantics
- request/response
- request/stream
- fire-and-forget
- channel
- TCP+TLS
- WebSocket+TLS
- UDP(Aeron)
- RDMA