Skip to content

Commit 8b798de

Browse files
authored
Update README.md
1 parent 825d8fc commit 8b798de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,17 @@ auth.password=your_password
3030
# Running in development
3131

3232
Note: Java 8 is required for this connector.
33+
Make sure `config/worker.properties` is configured to wherever your kafka cluster is
3334

3435
```
3536
./build.sh
3637
./run.sh
3738
```
3839

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.
4041

4142
# Deploying
4243

4344
Note: Java 8 is required for this connector.
4445

45-
TODO
46+
TODO

0 commit comments

Comments
 (0)