eclipse / microprofile-reactive-streams-operators

Microprofile project
Apache License 2.0
79 stars 33 forks source link

MicroProfile Reactive Streams Operator implementation to version 2.0 #166

Closed otaviojava closed 3 years ago

otaviojava commented 3 years ago

I checked that there is version 2.0 of the API. However, there is no implementation. When I checked the vendors, in the read.me file, I could see that those stopped, and there is one archived.

Is there any new vendor/implementation to support this new API? If not, does it make sense to keep an API without vendors?

cescoffier commented 3 years ago

Mutiny implements the version 2.0 of the API: https://github.com/smallrye/smallrye-mutiny/tree/main/reactive-streams-operators

otaviojava commented 3 years ago

Thank you @cealsair I've created PR to include this option in the README file: https://github.com/eclipse/microprofile-reactive-streams-operators/pull/167