You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+15-1
Original file line number
Diff line number
Diff line change
@@ -59,4 +59,18 @@ for i in "${!KCONNECT_NODES[@]}"; do
59
59
}
60
60
}'
61
61
done
62
-
```
62
+
```
63
+
64
+
#### Installation Guide
65
+
66
+
1. Before building make sure maven and java development kit is install.
67
+
2. Firstly build the package using the following command`mvn package`.
68
+
3. After building the package a new jar will created in`target/connect-fieldandtime-partitioner-1.1.0-SNAPSHOT.jar` copy the jar file into the s3 plugin directory.
69
+
4. Restart the connector if the user use helm redeploy the helm so that it can detect the plugin.
70
+
71
+
__Tips__
72
+
73
+
*Where is the plugin?*
74
+
75
+
If the plugin was installed via confluent-hub the jar file should be copy to `/usr/share/confluent-hub-components/confluentinc-kafka-connect-s3/lib/` however if kafka-connect-s3-sink was installed somewhere else place the jar file in the __same directory as the connector plugin jars__.
0 commit comments