Skip to content

Commit c17f580

Browse files
committed
README - instructions for building
1 parent b320a8a commit c17f580

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
It is implemented using the AWS Java SDK for DynamoDB.
44
For authentication, the `DefaultAWSCredentialsProviderChain <http://docs.aws.amazon.com/java-sdk/latest/developer-guide/credentials.html#id6>`_ is used.
55

6+
Building
7+
--------
8+
9+
Run::
10+
11+
$ mvn clean package
12+
13+
Then you will find this connector and required JARs it depends upon in ``target/kafka-connect-dynamodb-0.1.0-SNAPSHOT-development/share/java/kafka-connect-dynamodb/``.
14+
615
Sink Connector
716
==============
817

0 commit comments

Comments
 (0)