Created
May 18, 2018 14:29
-
-
Save rmoff/ecfdac8b4ffbd8ba9c56f0ca1a3233a4 to your computer and use it in GitHub Desktop.
Revisions
-
rmoff created this gist
May 18, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ $ curl -s -XGET http://localhost:8083/connector-plugins|jq '.[].class' "io.confluent.connect.activemq.ActiveMQSourceConnector" "io.confluent.connect.elasticsearch.ElasticsearchSinkConnector" "io.confluent.connect.hdfs.HdfsSinkConnector" "io.confluent.connect.hdfs.tools.SchemaSourceConnector" "io.confluent.connect.ibm.mq.IbmMQSourceConnector" "io.confluent.connect.jdbc.JdbcSinkConnector" "io.confluent.connect.jdbc.JdbcSourceConnector" "io.confluent.connect.jms.JmsSourceConnector" "io.confluent.connect.s3.S3SinkConnector" "io.confluent.connect.storage.tools.SchemaSourceConnector" "org.apache.kafka.connect.file.FileStreamSinkConnector" "org.apache.kafka.connect.file.FileStreamSourceConnector"