reactive-streams/reactive-streams-jvm
Reactive Streams Specification for the JVM observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4569
- days_rel: n/a
- days_push: 903
- n_releases_24m: 0
Adoption not part of the score
4879 stars · 531 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
The Reactive Streams specification for the JVM, defining a minimal set of interfaces (Publisher, Subscriber, Subscription, Processor) for asynchronous stream processing with non-blocking backpressure. It includes a Technology Compatibility Kit (TCK) for verifying that implementations conform to the specification.
Use cases
- implement a reactive stream library that interoperates with other JVM stream libraries
- verify my stream implementation handles backpressure correctly
- understand the reactive streams specification rules
- test my publisher and subscriber against a conformance suite
- build asynchronous data pipelines without overwhelming consumers
- migrate between reactive libraries using the java.util.concurrent.Flow adapter
When to choose
- you are building or validating a reactive stream implementation on the JVM
- you need a standard interface so different stream libraries can interoperate
- you need a TCK to certify conformance to the Reactive Streams spec
When to avoid
- you want a full reactive programming library with operators like map and filter - use Project Reactor, RxJava, or Akka Streams instead
- you need end-user stream processing tools rather than a specification and interfaces
- you are not working on the JVM or a Flow-compatible environment
Facets
library · maturity stable
streaming concurrency testing developer-tools microservices jvm reactive-streams backpressure specification tck asynchronous flow-api real-time
3 sources
- readme: https://github.com/reactive-streams/reactive-streams-jvm · fetched 2026-08-28 · 11c954ccf174
- homepage: http://www.reactive-streams.org/ · fetched 2026-08-29 · a6e2bb7dcf76
- site_page: http://www.reactive-streams.org/reactive-streams-1.0.4-javadoc · fetched 2026-08-29 · beab3eec4ff1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| reactive-streams/reactive-streams-jvm | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="reactive-streams/reactive-streams-jvm")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem