Skip to content

Commit 13c6f74

Browse files
Update README.md
1 parent 5fb6f2f commit 13c6f74

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,11 @@ which algorithms such as Raft significantly benefit from.
5252

5353
## Use Cases
5454

55-
This library is primarily developed as the foundation of a replication layer for
56-
[quorum queues](https://rabbitmq.com/quorum-queues.html) in RabbitMQ. The design it aims to replace uses
55+
This library was primarily developed as the foundation of a replication layer for
56+
[quorum queues](https://rabbitmq.com/quorum-queues.html) in RabbitMQ, and today
57+
also powers [RabbitMQ streams](https://rabbitmq.com/streams.html) and [Khepri](https://github.com/rabbitmq/khepri).
58+
59+
The design it aims to replace uses
5760
a variant of [Chain Based Replication](https://www.cs.cornell.edu/home/rvr/papers/OSDI04.pdf)
5861
which has two major shortcomings:
5962

0 commit comments

Comments
 (0)