Skip to content
Sage Pierce edited this page Feb 17, 2020 · 2 revisions

Rhapsody is a Reactive Streams framework with support for at-least-once processing. Much of what Rhapsody is about is documented in the README.

TL;DR

Rhapsody provides a framework around the usage of Reactive Streams with semantics for guaranteeing that all messages are processed at least once. Rhapsody is not intended to be a replacement for any fluent Reactive Streams library. In addition, Rhapsody includes some opinionated integrations with other APIs and QoS functionalities that are outside the scope of strictly implementing the Reactive Streams API.

Clone this wiki locally