Application protocol providing Reactive Streams semantics. RSocket provides a protocol for Reactive Streams semantics between client-server, and server-server communication. RSocket is a binary protocol for use on byte stream transports such as TCP, WebSockets, and Aeron. RSocket is intended to be consumed via one of the various implementation libraries which implement the RSocket Protocol. By default to make RSocket easier to use it copies the incoming Payload. Copying the payload comes at cost to performance and latency. If you want to use zero copy you must disable this. To disable copying you must include a payloadDecoder argument in your RSocketFactory. This will let you manage the Payload without copying the data from the underlying transport. You must free the Payload when you are done with them or you will get a memory leak. Used correctly this will reduce latency and increase performance.

Features

  • RSocket is a binary protocol for use on byte stream transports such as TCP, WebSockets, and Aeron
  • RSocket provides a protocol for Reactive Streams semantics between client-server, and server-server communication
  • RSocket is intended to be consumed via one of the various implementation libraries which implement the RSocket Protocol
  • Drivers are assumed to implement all core features defined in the Protocol document
  • Support for interaction models beyond request/response such as streaming responses and push
  • Application-level flow control semantics (async pull/push of bounded batch sizes) across network boundaries

Project Samples

Project Activity

See All Activity >

Categories

Libraries

License

Apache License V2.0

Follow RSocket

RSocket Web Site

nel_h2
Enterprise-grade ITSM, for every business Icon
Enterprise-grade ITSM, for every business

Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Try it Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of RSocket!

Additional Project Details

Programming Language

Java

Related Categories

Java Libraries

Registered

2023-08-09