Low-Level-Design/distributed-event-bus
dependabot[bot] 635c5562d1
Bump gson from 2.8.6 to 2.8.9 in /distributed-event-bus
Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.9.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.8.6...gson-parent-2.8.9)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-20 21:50:23 +00:00
..
2020-07-15 18:02:38 +05:30
2020-07-15 18:02:38 +05:30
2020-07-15 18:02:38 +05:30
2020-07-15 18:02:38 +05:30
2020-09-23 18:44:01 +05:30

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.