Skip to content

Commit 41c8cde

Browse files
authored
docs: update version number references ready for next release (#103)
Signed-off-by: Dale Lane <dale.lane@uk.ibm.com>
1 parent 44ed17c commit 41c8cde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ curl -X POST -H "Content-Type: application/json" http://localhost:8083/connector
8686
This repository includes an example Dockerfile to run Kafka Connect in distributed mode. It also adds in the MQ source connector as an available connector plugin. It uses the default `connect-distributed.properties` and `connect-log4j.properties` files.
8787

8888
1. `mvn clean package`
89-
1. `docker build -t kafkaconnect-with-mq-source:1.3.0 .`
90-
1. `docker run -p 8083:8083 kafkaconnect-with-mq-source:1.3.0`
89+
1. `docker build -t kafkaconnect-with-mq-source:1.3.2 .`
90+
1. `docker run -p 8083:8083 kafkaconnect-with-mq-source:1.3.2`
9191

9292
**NOTE:** To provide custom properties files create a folder called `config` containing the `connect-distributed.properties` and `connect-log4j.properties` files and use a Docker volume to make them available when running the container like this:
9393

9494
``` shell
95-
docker run -v $(pwd)/config:/opt/kafka/config -p 8083:8083 kafkaconnect-with-mq-source:1.3.0
95+
docker run -v $(pwd)/config:/opt/kafka/config -p 8083:8083 kafkaconnect-with-mq-source:1.3.2
9696
```
9797

9898
To start the MQ connector, you can use `config/mq-source.json` in this repository after replacing all placeholders and use a command like this:

0 commit comments

Comments
 (0)