We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688c417 commit 67fd8adCopy full SHA for 67fd8ad
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