netty-reactive-streams icon indicating copy to clipboard operation
netty-reactive-streams copied to clipboard

Use Flow Java api and drop support for reactive-streams

Open hamnis opened this issue 2 years ago • 1 comments

JDK 9+ has the flow api which is a JDK supported version of reactive streams. Maybe this library should convert to that as part of removing JDK8 support

hamnis avatar Feb 08 '23 14:02 hamnis

for interop with reactive-streams if needed https://www.reactive-streams.org/reactive-streams-flow-adapters-1.0.2-javadoc/org/reactivestreams/FlowAdapters.html

hamnis avatar Feb 08 '23 14:02 hamnis