https://github.com/jordymoos/kafka-disconnect-test
https://github.com/jordymoos/kafka-disconnect-test
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jordymoos/kafka-disconnect-test
- Owner: JordyMoos
- Created: 2020-06-15T07:27:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T08:53:53.000Z (almost 5 years ago)
- Last Synced: 2025-01-27T07:57:24.484Z (4 months ago)
- Language: Go
- Size: 95.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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