This is an automated email from the ASF dual-hosted git repository.
oalsafi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 6cff120 Update vertx-kafka-component.adoc
6cff120 is described below
commit 6cff12047c01a7364d54e8bb19f854f30e1ef407
Author: Omar Al-Safi <[email protected]>
AuthorDate: Fri Mar 12 11:05:24 2021 +0100
Update vertx-kafka-component.adoc
---
.../src/main/docs/vertx-kafka-component.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-vertx-kafka/camel-vertx-kafka-component/src/main/docs/vertx-kafka-component.adoc
b/components/camel-vertx-kafka/camel-vertx-kafka-component/src/main/docs/vertx-kafka-component.adoc
index 6686a6b..5fca35e 100644
---
a/components/camel-vertx-kafka/camel-vertx-kafka-component/src/main/docs/vertx-kafka-component.adoc
+++
b/components/camel-vertx-kafka/camel-vertx-kafka-component/src/main/docs/vertx-kafka-component.adoc
@@ -20,7 +20,7 @@ This allows the component to work in a *full asynchronous*
manner that results o
[NOTE]
====
This component works very similar to
xref:components::kafka-component.adoc[Kafka Component]. However there are some
features that this component
-does not _yet_ support like manual offsets commits which allows for *at least
once* semantics, storing offsets in idempotent repository and topics patterns.
+does not _yet_ support like storing offsets in idempotent repository and
topics patterns.
However, these features may be added later as improvements to this component.
====