Skip to content

Commit 8e75986

Browse files
author
Worapol
committed
improve README to include installation guide
1 parent 9b404e5 commit 8e75986

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Diff for: README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,17 @@ for i in "${!KCONNECT_NODES[@]}"; do
5959
}
6060
}'
6161
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.
75+

0 commit comments

Comments
 (0)