Files
spring-cloud-stream-samples/reactive-processor/start-kafka-shell.sh
Soby Chacko 1b5161bb8d Sample updates
Uppercase transformer
Reactive processor

cleanup
2018-03-02 23:05:14 -05:00

3 lines
131 B
Bash
Executable File

#!/bin/bash
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e HOST_IP=$1 -e ZK=$2 -i -t wurstmeister/kafka /bin/bash