This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new c948ab9 Disruptor documentation update (#6770) c948ab9 is described below commit c948ab9ff818065a86398abb3307d8fca3df10d9 Author: Chirag <csangh...@manh.com> AuthorDate: Tue Jan 18 00:42:55 2022 -0500 Disruptor documentation update (#6770) Suggested Grammar correction. documentation appears to be breaking statement midway. --- components/camel-disruptor/src/main/docs/disruptor-component.adoc | 3 ++- components/camel-disruptor/src/main/docs/disruptor-vm-component.adoc | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/components/camel-disruptor/src/main/docs/disruptor-component.adoc b/components/camel-disruptor/src/main/docs/disruptor-component.adoc index 5d9a23a..fe75542 100644 --- a/components/camel-disruptor/src/main/docs/disruptor-component.adoc +++ b/components/camel-disruptor/src/main/docs/disruptor-component.adoc @@ -18,7 +18,8 @@ https://en.wikipedia.org/wiki/Staged_event-driven_architecture[SEDA] behavior mu standard SEDA Component, but utilizes a https://github.com/LMAX-Exchange/disruptor[Disruptor] instead of a http://docs.oracle.com/javase/1.5.0/docs/api/java/util/concurrent/BlockingQueue.html[BlockingQueue] -utilized by the standard xref:seda-component.adoc[SEDA]. Alternatively, a +utilized by the standard xref:seda-component.adoc[SEDA]. Alternatively, a *disruptor-vm:* endpoint is supported by this component, providing an +alternative to the standard xref:vm-component.adoc[VM]. The main advantage of choosing to use the Disruptor Component over the SEDA or the VM Component is performance in use cases where there is high diff --git a/components/camel-disruptor/src/main/docs/disruptor-vm-component.adoc b/components/camel-disruptor/src/main/docs/disruptor-vm-component.adoc index eb1ce54..50a6dc7 100644 --- a/components/camel-disruptor/src/main/docs/disruptor-vm-component.adoc +++ b/components/camel-disruptor/src/main/docs/disruptor-vm-component.adoc @@ -18,9 +18,7 @@ https://en.wikipedia.org/wiki/Staged_event-driven_architecture[SEDA] behavior mu standard SEDA Component, but utilizes a https://github.com/LMAX-Exchange/disruptor[Disruptor] instead of a http://docs.oracle.com/javase/1.5.0/docs/api/java/util/concurrent/BlockingQueue.html[BlockingQueue] -utilized by the standard xref:seda-component.adoc[SEDA]. Alternatively, a - -*disruptor-vm:* endpoint is supported by this component, providing an +utilized by the standard xref:seda-component.adoc[SEDA]. Alternatively, a *disruptor-vm:* endpoint is supported by this component, providing an alternative to the standard xref:vm-component.adoc[VM]. As with the SEDA component, buffers of the *disruptor:* endpoints are only visible within a *single* CamelContext and no support is