Skip to content

Commit

Permalink
docs: update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Aug 15, 2024
1 parent f163073 commit 9d0483f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,26 @@
- [X] Add CQRS pattern
- [X] Basic doc rendering
- [X] Github pages
- [ ] Event Sourcing
- [ ] Change Data Capture (CDC)

Communication Patterns
- [ ] Request-Reply
- [ ] point-to-point
- [ ] event streaming
- [ ] Publish-Subscribe pattern

Consumer Scalability / Patterns
- [ ] consumer groups
- [ ] partitioning
- [ ] Exclusive Consumer (HA)

Error Handling Patterns
- [ ] dead letter queue
- [ ] discard
- [ ] pause and retry
- [ ] saga


## Preview the website locally

Expand Down

0 comments on commit 9d0483f

Please sign in to comment.