Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSocket client and server support [SPR-16751] #21292

Closed
spring-projects-issues opened this issue Apr 20, 2018 · 1 comment
Closed

RSocket client and server support [SPR-16751] #21292

spring-projects-issues opened this issue Apr 20, 2018 · 1 comment
Assignees
Labels
has: votes-jira Issues migrated from JIRA with more than 10 votes at the time of import in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Apr 20, 2018

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:

Issue Links:

14 votes, 26 watchers

@rstoyanchev
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has: votes-jira Issues migrated from JIRA with more than 10 votes at the time of import in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants