This is an automated email from the ASF dual-hosted git repository.
valdar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 7c28b44 adding docs that explain the directory requirement under the
plugins folder
7c28b44 is described below
commit 7c28b44b7671e1ba2bd92e0b8d8e03f72174eaba
Author: Yashodhan Ghadge <[email protected]>
AuthorDate: Tue Oct 6 16:21:59 2020 +0300
adding docs that explain the directory requirement under the plugins folder
---
docs/modules/ROOT/pages/try-it-out-on-kubernetes.adoc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/modules/ROOT/pages/try-it-out-on-kubernetes.adoc
b/docs/modules/ROOT/pages/try-it-out-on-kubernetes.adoc
index 0edf381..365ce43 100644
--- a/docs/modules/ROOT/pages/try-it-out-on-kubernetes.adoc
+++ b/docs/modules/ROOT/pages/try-it-out-on-kubernetes.adoc
@@ -58,6 +58,8 @@ sudo podman push localhost/$REGISTRY_USR/my-connect:1.0.0
$REGISTRY_URL/$REGISTR
sudo podman push localhost/$REGISTRY_USR/my-connect:1.0.0
$REGISTRY_URL/$REGISTRY_USR/my-connect:latest
----
+ Note: your plugin must be under a directory in the plugins. An example path
would be /opt/kafka/plugins/myplugin/<my-plugin-jars-here>
+
Finally, we deploy the KafkaConnect cluster using our custom image:
[source,bash,options="nowrap"]