Skip to content

Commit

Permalink
chore: updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmut-co-uk committed Jul 2, 2023
1 parent 7d33c91 commit 33f23cd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
Application + docker-compose setup that was put together for blog post
https://thriving.dev/blog/reduce-rebalance-downtime-for-stateless-kafka-streams-apps

Demo video: https://youtu.be/oMWjwslhuGY

## Get Started

### build Quarkus modules
Expand Down Expand Up @@ -52,7 +54,7 @@ Simultaneously restart ("re-create") containers `kafka-streams-leave-group-on-cl
{ docker start kafka-streams-leave-group-on-close-kstreams-stateless-logger-3 & docker start kafka-streams-leave-group-on-close-logger-leave-group-3 & }
```
### Change config for 'kstreams-stateless-logger'
`./kstreams-stateless-logger/src/main/resources/application.properties`
... re-build the module, re-build the container, re-apply docker-compose...
### Cleanup
```bash
docker-compose down
```

0 comments on commit 33f23cd

Please sign in to comment.