You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/01/05 14:22:49 UTC

[camel] 01/02: Camel-Flink: Camel-Flink is a component and not a connector

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

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

commit 6530f06e53888131428ac3fc6d5fb22d082848b7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 5 15:17:55 2021 +0100

    Camel-Flink: Camel-Flink is a component and not a connector
---
 components/camel-flink/src/main/docs/flink-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-flink/src/main/docs/flink-component.adoc b/components/camel-flink/src/main/docs/flink-component.adoc
index e29e47e..7599554 100644
--- a/components/camel-flink/src/main/docs/flink-component.adoc
+++ b/components/camel-flink/src/main/docs/flink-component.adoc
@@ -17,8 +17,8 @@ include::{cq-version}@camel-quarkus:ROOT:partial$reference/components/flink.adoc
 
 This documentation page covers the https://flink.apache.org[Apache Flink]
 component for the Apache Camel. The *camel-flink* component provides a
-bridge between Camel connectors and Flink tasks. +
-This Camel Flink connector provides a way to route message from various
+bridge between Camel components and Flink tasks. +
+This Camel Flink component provides a way to route message from various
 transports, dynamically choosing a flink task to execute, use incoming
 message as input data for the task and finally deliver the results back to
 the Camel pipeline.