This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 70bd734584a735706a278a8b9b3cdcdf259cbb8a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Aug 3 19:46:13 2020 +0200 Camel-AWS2-MSK: Improved docs --- components/camel-aws2-msk/src/main/docs/aws2-msk-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-aws2-msk/src/main/docs/aws2-msk-component.adoc b/components/camel-aws2-msk/src/main/docs/aws2-msk-component.adoc index 213ab81..0800ce7 100644 --- a/components/camel-aws2-msk/src/main/docs/aws2-msk-component.adoc +++ b/components/camel-aws2-msk/src/main/docs/aws2-msk-component.adoc @@ -151,7 +151,7 @@ Camel-AWS MSK component provides the following operation on the producer side: == Producer Examples -- listBrokers: this operation will list the available MSK Brokers in AWS +- listClusters: this operation will list the available MSK Brokers in AWS [source,java] --------------------------------------------------------------------------------