]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Add Kafka to USERS (#8911)
authorCheng Chang <xcc@fb.com>
Tue, 14 Sep 2021 17:25:10 +0000 (10:25 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 14 Sep 2021 17:26:15 +0000 (10:26 -0700)
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

USERS.md

index ab3c6ad45c05626dd723bbe9f453dfc74d648325..b904e48ad539024549e23141e1924e85aa15c121 100644 (file)
--- 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).