You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/16 10:17:57 UTC

[camel-kafka-connector-examples] 01/01: Camel-AWS2-SQS: Connector-plugins output

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch connector-output
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git

commit 9a97c01c98a1dec02dc0c6600ea71fcdcb29e057
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 16 12:17:05 2020 +0200

    Camel-AWS2-SQS: Connector-plugins output
---
 aws2-sqs/aws2-sqs-source/README.adoc | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/aws2-sqs/aws2-sqs-source/README.adoc b/aws2-sqs/aws2-sqs-source/README.adoc
index a722d77..aac6275 100644
--- a/aws2-sqs/aws2-sqs-source/README.adoc
+++ b/aws2-sqs/aws2-sqs-source/README.adoc
@@ -155,6 +155,20 @@ We should now wait for the rollout of the new image to finish and the replica se
 Once it is done, we can check that the connectors are available in our Kafka Connect cluster.
 Strimzi is running Kafka Connect in a distributed mode.
 
+To check the available connector plugins, you can run the following command:
+
+[source,bash,options="nowrap"]
+----
+oc exec -i -c kafka my-cluster-kafka-0 -- curl -s http://my-connect-cluster-connect-api:8083/connector-plugins
+----
+
+You should see something like this:
+
+[source,json,options="nowrap"]
+----
+[{"class":"org.apache.camel.kafkaconnector.CamelSinkConnector","type":"sink","version":"0.5.0"},{"class":"org.apache.camel.kafkaconnector.CamelSourceConnector","type":"source","version":"0.5.0"},{"class":"org.apache.camel.kafkaconnector.aws2sqs.CamelAws2sqsSinkConnector","type":"sink","version":"0.5.0"},{"class":"org.apache.camel.kafkaconnector.aws2sqs.CamelAws2sqsSourceConnector","type":"source","version":"0.5.0"},{"class":"org.apache.kafka.connect.file.FileStreamSinkConnector","type":" [...]
+----
+
 ### Create connector instance
 
 Now we can create some instance of a AWS2-SQS source connector: