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 <anco...@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