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