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 dbcd302885950ff8211593acd53841441eb3610b
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Oct 2 14:31:10 2019 +0200

    Regen docs
---
 docs/components/modules/ROOT/pages/aws-msk-component.adoc | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/components/modules/ROOT/pages/aws-msk-component.adoc 
b/docs/components/modules/ROOT/pages/aws-msk-component.adoc
index 009e65e..a90d757 100644
--- a/docs/components/modules/ROOT/pages/aws-msk-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-msk-component.adoc
@@ -161,6 +161,16 @@ Camel-AWS MSK component provides the following operation 
on the producer side:
 - createCluster
 - deleteCluster
 
+== Producer Examples
+
+- listBrokers: this operation will list the available MSK Brokers in AWS
+
+[source,java]
+--------------------------------------------------------------------------------
+from("direct:listClusters")
+    .to("aws-msk://test?mskClient=#amazonMskClient&operation=listClusters")
+--------------------------------------------------------------------------------
+
 == Automatic detection of AWSKafka client in registry
 
 The component is capable of detecting the presence of an AWSKafka bean into 
the registry.

Reply via email to