An open API service indexing awesome lists of open source software.

https://github.com/jordymoos/kafka-disconnect-test


https://github.com/jordymoos/kafka-disconnect-test

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

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()](./img/waiting.png)

Afterwards you can clean up the environment with
```
docker-compose down -v
```