JordyMoos / kafka-disconnect-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start environment

docker-compose up -d --remove-orphans --build

Check the log

docker-compose logs -f --tail="all" app

When noted in log: Stop kafka

docker-compose stop kafka

Check that "Finished!" is never reached and printed in the logs

Script does not continue after writer.Close()

Afterwards you can clean up the environment with

docker-compose down -v

About


Languages

Language:Go 90.8%Language:Dockerfile 9.2%