summaryrefslogtreecommitdiff
path: root/USERS.md
diff options
context:
space:
mode:
authorCheng Chang <xcc@fb.com>2021-09-14 10:25:10 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2021-09-14 10:26:15 -0700
commit34afdc2d3db0ecb21b0c881c29b0f7426599d006 (patch)
treedc1c383bacdaeaeaa104d9979e84bedbede8fba0 /USERS.md
parent0b6be7eb686293a9f7114d6116f72ccd2ec66f19 (diff)
Add Kafka to USERS (#8911)
Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/8911 Reviewed By: zhichao-cao Differential Revision: D30908552 Pulled By: cheng-chang fbshipit-source-id: df2ab50d94ed46bfb54f0dd520f8a5cdbfa49fd1
Diffstat (limited to 'USERS.md')
-rw-r--r--USERS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/USERS.md b/USERS.md
index ab3c6ad45..b904e48ad 100644
--- a/USERS.md
+++ b/USERS.md
@@ -118,6 +118,9 @@ LzLabs is using RocksDB as a storage engine in their multi-database distributed
## Milvus
[Milvus](https://milvus.io/) is an open source vector database for unstructured data. It uses RocksDB not only as one of the supported kv storage engines, but also as a message queue.
+## Kafka
+[Kafka](https://kafka.apache.org/) is an open-source distributed event streaming platform, it uses RocksDB to store state in Kafka Streams: https://www.confluent.io/blog/how-to-tune-rocksdb-kafka-streams-state-stores-performance/.
+
## Others
More databases using RocksDB can be found at [dbdb.io](https://dbdb.io/browse?embeds=rocksdb).