@@ -41,18 +41,19 @@ As not every Kafka release adds new messages/versions which are relevant to the
41
41
| 0.3.1 | to 3.4.0 |
42
42
| 0.3.11 | to 3.7.0 |
43
43
| 0.3.12 | to 3.9.0 |
44
+ | 0.4.2 | to 4.0.0 |
44
45
45
46
### Install binary release
46
47
47
48
1 . Download the latest release
48
49
49
50
Linux
50
51
51
- curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.4.1 /kafka-proxy-v0.4.1 -linux-amd64.tar.gz | tar xz
52
+ curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.4.2 /kafka-proxy-v0.4.2 -linux-amd64.tar.gz | tar xz
52
53
53
54
macOS
54
55
55
- curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.4.1 /kafka-proxy-v0.4.1 -darwin-amd64.tar.gz | tar xz
56
+ curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.4.2 /kafka-proxy-v0.4.2 -darwin-amd64.tar.gz | tar xz
56
57
57
58
2 . Move the binary in to your PATH.
58
59
@@ -70,7 +71,7 @@ Docker images are available on [Docker Hub](https://hub.docker.com/r/grepplabs/k
70
71
71
72
You can launch a kafka-proxy container for trying it out with
72
73
73
- docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:0.4.1 \
74
+ docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:0.4.2 \
74
75
server \
75
76
--bootstrap-server-mapping "localhost:19092,0.0.0.0:30001" \
76
77
--bootstrap-server-mapping "localhost:29092,0.0.0.0:30002" \
@@ -89,7 +90,7 @@ Docker images with precompiled plugins located in `/opt/kafka-proxy/bin/` are ta
89
90
90
91
You can launch a kafka-proxy container with auth-ldap plugin for trying it out with
91
92
92
- docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:0.4.1 -all \
93
+ docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:0.4.2 -all \
93
94
server \
94
95
--bootstrap-server-mapping "localhost:19092,0.0.0.0:30001" \
95
96
--bootstrap-server-mapping "localhost:29092,0.0.0.0:30002" \
0 commit comments