mirror of
https://github.com/robindhole/Low-Level-Design.git
synced 2025-03-15 19:00:43 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com>
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 Optional features: 1) Add database support, with flushing on threshold. 2) Retrieve K elements together for subscriber.