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 2020/09/03 06:53:21 UTC

[camel-kafka-connector-examples] branch fixes-typo created (now 8017da5)

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

acosentino pushed a change to branch fixes-typo
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git.


      at 8017da5  Fixes minor stuff

This branch includes the following new commits:

     new 8017da5  Fixes minor stuff

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kafka-connector-examples] 01/01: Fixes minor stuff

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch fixes-typo
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git

commit 8017da5646d763aca951fcb66ca1b7975e84947e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Sep 3 08:52:56 2020 +0200

    Fixes minor stuff
---
 rabbitmq/rabbitmq-sink/README.adoc   | 2 +-
 rabbitmq/rabbitmq-source/README.adoc | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/rabbitmq/rabbitmq-sink/README.adoc b/rabbitmq/rabbitmq-sink/README.adoc
index c379a73..d879035 100644
--- a/rabbitmq/rabbitmq-sink/README.adoc
+++ b/rabbitmq/rabbitmq-sink/README.adoc
@@ -32,7 +32,7 @@ In this example we'll use `/home/oscerd/connectors/`
 > unzip camel-rabbitmq-kafka-connector-0.4.0-package.zip
 ```
 
-## Setting up Apache Cassandra
+## Setting up RabbitMQ
 
 This examples require a running RabbitMQ instance, for simplicity the steps below show how to start RabbitMQ using Docker. First you'll need to run a RabbitMQ with management instance:
 
diff --git a/rabbitmq/rabbitmq-source/README.adoc b/rabbitmq/rabbitmq-source/README.adoc
index f50d28a..d5a7c4a 100644
--- a/rabbitmq/rabbitmq-source/README.adoc
+++ b/rabbitmq/rabbitmq-source/README.adoc
@@ -1,4 +1,4 @@
-# Camel-Kafka-connector CQL Source
+# Camel-Kafka-connector RabbitMQ Source
 
 ## Introduction
 
@@ -32,7 +32,7 @@ In this example we'll use `/home/oscerd/connectors/`
 > unzip camel-rabbitmq-kafka-connector-0.4.0-package.zip
 ```
 
-## Setting up Apache Cassandra
+## Setting up RabbitMQ
 
 This examples require a running RabbitMQ instance, for simplicity the steps below show how to start RabbitMQ using Docker. First you'll need to run a RabbitMQ with management instance: