Instead of configuring a service to connect to ZK, connect to broker. (This GH issue is NOT to remove ZK from the Docker Compose files).
e.g. replace instances of:
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
with
SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: 'broker:29092'