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
+14-1
Original file line number
Diff line number
Diff line change
@@ -59,4 +59,17 @@ for i in "${!KCONNECT_NODES[@]}"; do
59
59
}
60
60
}'
61
61
done
62
-
```
62
+
```
63
+
64
+
#### Installation Guide
65
+
66
+
1. Firstly build the package using the following command`mvn package`
67
+
2. 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
68
+
3. Restart the connector if you use helm redeploy the helm so that it can detect the plugin
69
+
70
+
__Tips__
71
+
72
+
Where is the plugin?
73
+
74
+
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 directly as the connector plugin jars.
0 commit comments