Spring-framework: RSocket client and server support [SPR-16751]

Created on 20 Apr 2018  路  1Comment  路  Source: spring-projects/spring-framework

Rossen Stoyanchev opened SPR-16751 and commented

RSocket is a protocol for multiplexed streams comparable to gRPC in terms of interaction models, but transport independent (TCP, WebSockte, HTTP/2, Aeron) and with protocol-level support for Reactive Streams back pressure, among other unique features. RSocket does have multi-language client and server support but does not have built-in rpc-style code generation.

The rsocket-java project is built on Reactor Netty and Reactor Core, so the programming model and technology stack is closely aligned with WebFlux.

This ticket is to provide client and server RSocket support for Spring applications.


Affects: 5.0.5

Sub-tasks:

  • #21987 Reactive infrastructure for annotated method invocation in spring-messaging

Issue Links:

  • #20905 Provide gRPC support

14 votes, 26 watchers

votes-jira web enhancement

Most helpful comment

Initial support available in master (and 5.2 snapshots), see integration tests.

>All comments

Initial support available in master (and 5.2 snapshots), see integration tests.

Was this page helpful?
0 / 5 - 0 ratings