From 34afdc2d3db0ecb21b0c881c29b0f7426599d006 Mon Sep 17 00:00:00 2001 From: Cheng Chang Date: Tue, 14 Sep 2021 10:25:10 -0700 Subject: [PATCH] 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 --- USERS.md | 3 +++ 1 file changed, 3 insertions(+) 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).