GitHub user lburgazzoli opened a pull request: https://github.com/apache/camel/pull/1671
WIP - CAMEL-10807 : Create camel-reactor component This PR aims to provide an implementation of [CamelReactiveStreamsService](https://github.com/apache/camel/blob/master/components/camel-reactive-streams/src/main/java/org/apache/camel/component/reactive/streams/api/CamelReactiveStreamsService.java) based on [Spring's Reactor Core](https://projectreactor.io). @nicolaferraro would you mind do a second review before mergin it ? You can merge this pull request into a Git repository by running: $ git pull https://github.com/lburgazzoli/apache-camel CAMEL-10807 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1671.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1671 ---- commit 76c79e651d9f47b77fd41d084c50e6c83986569d Author: lburgazzoli <lburgazz...@gmail.com> Date: 2017-03-29T16:08:35Z CAMEL-10807: Create camel-reactor component commit 403a768bd3396a25c79f47539a15804c7a3ab4ae Author: Nicola Ferraro <ni.ferr...@gmail.com> Date: 2017-04-27T16:03:34Z CAMEL-10807: fixing backpressure commit 44338f174125d13fa5bd34b2c112852e81458364 Author: Nicola Ferraro <ni.ferr...@gmail.com> Date: 2017-04-28T00:13:43Z CAMEL-10807: upgraded to reactor 3.0.7 to fix a bug with emitter processor commit 18d1efc997efd2e9648532a7035f157f44fd9b4f Author: lburgazzoli <lburgazz...@gmail.com> Date: 2017-05-02T11:56:24Z CAMEL-10807: Create camel-reactor component ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---