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 c1df1d6 commit a5e8301Copy full SHA for a5e8301
docker/bin/cluster_up.sh
@@ -38,5 +38,5 @@ docker-compose -f ${DOCKER_CONTEXT} exec kafka sh -c "
38
--alter --add-config 'producer_byte_rate=1,consumer_byte_rate=1,request_percentage=001' \
39
--entity-name throttled_client --entity-type clients"
40
41
-await_http "schema-registry" "http://localhost:8081"
42
-await_http "schema-registry-basic-auth" "http://localhost:8083"
+await_http "schema-registry" "http://127.0.0.1:8081"
+await_http "schema-registry-basic-auth" "http://127.0.0.1:8083"
0 commit comments