This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit d8de3079cfcaa9378c0c4f5275ec4c5ff0a3e0ff Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Sep 23 10:41:18 2021 +0200 CAMEL-16849 - Add at least one example for component in docs - Camel-AWS2-MSK --- .../camel-aws/camel-aws2-msk/src/main/docs/aws2-msk-component.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/camel-aws/camel-aws2-msk/src/main/docs/aws2-msk-component.adoc b/components/camel-aws/camel-aws2-msk/src/main/docs/aws2-msk-component.adoc index 2a35c49..297cd7c 100644 --- a/components/camel-aws/camel-aws2-msk/src/main/docs/aws2-msk-component.adoc +++ b/components/camel-aws/camel-aws2-msk/src/main/docs/aws2-msk-component.adoc @@ -97,7 +97,9 @@ Camel-AWS MSK component provides the following operation on the producer side: - deleteCluster - describeCluster -== Producer Examples +== Examples + +=== Producer Examples - listClusters: this operation will list the available MSK Brokers in AWS
