You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The Proxy can terminate TLS traffic and authenticate users using SASL/PLAIN. The
18
18
is configurable and uses golang plugin system over RPC.
19
19
20
20
The proxies can also authenticate each other using a pluggable method which is transparent to other Kafka servers and clients.
21
-
Currently the Google ID Token for service accounts is implemented i.e. proxy client requests and sends service account JWT and proxy server receives and validates it against Google JWKS.
21
+
Currently, the Google ID Token for service accounts is implemented i.e. proxy client requests and sends service account JWT and proxy server receives and validates it against Google JWKS.
22
22
23
23
Kafka API calls can be restricted to prevent some operations e.g. topic deletion or produce requests.
24
24
@@ -47,11 +47,11 @@ As not every Kafka release adds new messages/versions which are relevant to the
47
47
48
48
Linux
49
49
50
-
curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.3.4/kafka-proxy-v0.3.4-linux-amd64.tar.gz | tar xz
50
+
curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.3.5/kafka-proxy-v0.3.5-linux-amd64.tar.gz | tar xz
51
51
52
52
macOS
53
53
54
-
curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.3.4/kafka-proxy-v0.3.4-darwin-amd64.tar.gz | tar xz
54
+
curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.3.5/kafka-proxy-v0.3.5-darwin-amd64.tar.gz | tar xz
55
55
56
56
2. Move the binary in to your PATH.
57
57
@@ -69,7 +69,7 @@ Docker images are available on [Docker Hub](https://hub.docker.com/r/grepplabs/k
69
69
70
70
You can launch a kafka-proxy container for trying it out with
71
71
72
-
docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:v0.3.4 \
72
+
docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:v0.3.5 \
0 commit comments