An open API service indexing awesome lists of open source software.

https://github.com/lightbend/microprofile-reactive-streams


https://github.com/lightbend/microprofile-reactive-streams

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Lightbend implementations of MicroProfile Reactive Streams

This repo contains implementations by Lightbend of [MicroProfile Reactive Streams Operators Support](https://github.com/eclipse/microprofile-reactive-streams-operators).

Two implementations are provided, one based on Akka, and one zero dependency implementation.

To use the Akka implementation:

```xml

com.lightbend.microprofile.reactive.streams
lightbend-microprofile-reactive-streams-akka
1.0.0

```

To use the zero dependency implementation:

```xml

com.lightbend.microprofile.reactive.streams
lightbend-microprofile-reactive-streams-zerodep
1.0.0

```