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 2019/12/16 08:54:24 UTC

[camel-website] branch fixed-list created (now d6f82b9)

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

acosentino pushed a change to branch fixed-list
in repository https://gitbox.apache.org/repos/asf/camel-website.git.


      at d6f82b9  Fixed list in camel-kafka-connector article

This branch includes the following new commits:

     new d6f82b9  Fixed list in camel-kafka-connector article

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-website] 01/01: Fixed list in camel-kafka-connector article

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

acosentino pushed a commit to branch fixed-list
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit d6f82b9f64f3de5554d911fb03ecfecd66452aee
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 16 09:54:01 2019 +0100

    Fixed list in camel-kafka-connector article
---
 content/blog/Camel-Kafka-connector-intro/index.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/content/blog/Camel-Kafka-connector-intro/index.md b/content/blog/Camel-Kafka-connector-intro/index.md
index 69a1ff8..03da867 100644
--- a/content/blog/Camel-Kafka-connector-intro/index.md
+++ b/content/blog/Camel-Kafka-connector-intro/index.md
@@ -13,9 +13,10 @@ The main idea behind the project is reusing the Camel Components' flexibility in
 
 It is an Apache Kafka's framework that defines a standardized way to stream data in and out a kafka broker. In Kafka connect a user can define source and sink connectors to stream data, respectively, in and out a kafka broker.
 This framework features:
-- Distributed and standalone mode
-- Rest interface
-- Automatic offset management
+
+- _Distributed and standalone mode_
+- _Rest interface_
+- _Automatic offset management_
 
 ### Kafka connect key concepts