#!/bin/sh set -ex ${KAFKA_INSTALL_ROOT}/toxiproxy -port 8474 -host 0.0.0.0 & PID=$! while ! nc -q 1 localhost 8474