Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/adjust-cqrs-example' into adjust…
Browse files Browse the repository at this point in the history
…-cqrs-example
  • Loading branch information
roblaszczak committed Dec 16, 2024
2 parents e25e8b4 + d414391 commit 94a9692
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _examples/basic/6-cqrs-ordered-events/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ The system maintains:
If events won't be ordered, and `SubscriberSubscribed` would arrive after `SubscriberUnsubscribed` event,
the subscriber will be still subscribed.

## Possible improvements

You may consider creating sub-topics xxxx

## Running

```bash
Expand Down

0 comments on commit 94a9692

Please sign in to comment.