Categorygithub.com/JordyMoos/kafka-disconnect-test
modulepackage
0.0.0-20200615085348-87768552d257
Repository: https://github.com/jordymoos/kafka-disconnect-test.git
Documentation: pkg.go.dev

# README

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