mirror of
https://github.com/robindhole/Low-Level-Design.git
synced 2025-03-16 23:10:14 +00:00
8 lines
338 B
Plaintext
8 lines
338 B
Plaintext
![]() |
1) Multiple publishers and subscribers (Register from any class to eventbus)
|
||
|
2) Causal ordering of topics
|
||
|
3) Supports configurable retry attempts.
|
||
|
4) Have a dead letter queue.
|
||
|
5) Idempotency on event receiving
|
||
|
6) Allow both pull and push models
|
||
|
7) Allow subscribing from a timestamp or offset
|
||
|
8) Allow preconditions for event subscription
|