This is an automated email from the ASF dual-hosted git repository. valdar pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit e77d6f74317c944ffe5936dbe986c242332182f5 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Sep 12 08:05:33 2024 +0200 Change note in README --- README.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 401a0d1c1d..a7b47e64e2 100644 --- a/README.adoc +++ b/README.adoc @@ -6,9 +6,8 @@ image:https://github.com/apache/camel-kafka-connector/workflows/master%20build/b == Introduction [NOTE] ==== -This project is still in its infancy. Is it relatively stable and leverages more than a decade of Apache Camel -experience and maturity. At the same time, it is in constant evolution. Almost every week new features are implemented -and current ones adjusted to integrate better with both Camel and Kafka Connect. +This project is mostly based on the Kamelets catalog we are providing in https://github.com/apache/camel-kamelets +The connectors released in this repository are based on Kamelets catalog. ==== This is a "Camel Kafka connector adapter" that aims to provide a user-friendly way to use all Apache Camel components in Kafka Connect.
