javaee / jersey

This is no longer the active Jersey repository. Please see the README.md
http://jersey.github.io
Other
2.87k stars 2.36k forks source link

Jersey Client - Add Support for Project Reactor and Reactive Streams #3451

Open glassfishrobot opened 7 years ago

glassfishrobot commented 7 years ago

There already is a Jersey Client extension for RxJava. This ticket is to create another extension using Project Reactor instead of RxJava. Project Reactor implements the new Reactive Streams standard and has some performance improvements over RxJava.

glassfishrobot commented 7 years ago

Reported by adamzr

glassfishrobot commented 7 years ago

adamzr said: Pull Request: https://github.com/jersey/jersey/pull/252

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JERSEY-3179