We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56ff74b + 8b798de commit 824faa3Copy full SHA for 824faa3
README.md
@@ -30,16 +30,17 @@ auth.password=your_password
30
# Running in development
31
32
Note: Java 8 is required for this connector.
33
+Make sure `config/worker.properties` is configured to wherever your kafka cluster is
34
35
```
36
./build.sh
37
./run.sh
38
39
-I plan on creating a Dockerfile to simplify running this connector in standalone mode.
40
+The simplest way to run `run.sh` is to have docker installed. It will pull a Dockerfile and run the connector in standalone mode above it.
41
42
# Deploying
43
44
45
-TODO
46
+TODO
0 commit comments