This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit cb3cebaf5916af6bedce25602c6f17fd5875f682
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 13 11:09:26 2019 +0200

    CAMEL-13636: camel3 - SPI for ReactiveHelper so we can plugin different 
reactive engines
---
 .../src/main/docs/reactive-executor-vertx.adoc                          | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/core/camel-reactive-executor-vertx/src/main/docs/reactive-executor-vertx.adoc 
b/core/camel-reactive-executor-vertx/src/main/docs/reactive-executor-vertx.adoc
index e541df4..a586fe6 100644
--- 
a/core/camel-reactive-executor-vertx/src/main/docs/reactive-executor-vertx.adoc
+++ 
b/core/camel-reactive-executor-vertx/src/main/docs/reactive-executor-vertx.adoc
@@ -8,6 +8,8 @@ By default Camel uses its own reactive engine for routing 
messages, but you can
 different engines via a SPI interface. This is a VertX based plugin that uses 
the VertX event loop
 for processing message during routing.
 
+NOTE: At this time this component is an experiment so use it with care.
+
 === VertX instance
 
 This implementation will by default create a default `io.vertx.core.Vertx` 
instance to be used.

Reply via email to