We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c3a99 commit 401ff98Copy full SHA for 401ff98
1 file changed
kafka-mesh/verify.sh
@@ -1,8 +1,8 @@
1
#!/bin/bash -e
2
3
export NAME=kafka-mesh
4
-export PORT_PROXY="${KAFKA_MESH_PORT_PROXY:-11200}"
5
-export PORT_ADMIN="${KAFKA_MESH_PORT_ADMIN:-11201}"
+export PORT_PROXY="${KAFKA_MESH_PORT_PROXY:-11110}"
+export PORT_ADMIN="${KAFKA_MESH_PORT_ADMIN:-11111}"
6
7
UPARGS="proxy kafka-cluster1 kafka-cluster2 zookeeper"
8
0 commit comments