https://github.com/lightbend/microprofile-reactive-streams
https://github.com/lightbend/microprofile-reactive-streams
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lightbend/microprofile-reactive-streams
- Owner: lightbend
- License: apache-2.0
- Archived: true
- Created: 2018-04-30T05:59:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T16:55:35.000Z (over 1 year ago)
- Last Synced: 2025-03-16T07:13:30.926Z (over 1 year ago)
- Language: Java
- Size: 198 KB
- Stars: 13
- Watchers: 7
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```