apache / rocketmq-externals

Mirror of Apache RocketMQ (Incubating)
4.57k stars 3.07k forks source link

[ISSUE #921]rocksdb for rocketmq #922

Closed fujian-zfj closed 1 year ago

fujian-zfj commented 1 year ago

Which Issue(s) This PR Fixes Fixes #921

Brief Description This RIP mainly optimizes and solves the existing perfermance problems in the million-topic scenario from two levels:

1.Metadata like topic, subscription, consumerOffset implement kv storage 2.ConsumeQueue index file implements kv storage

And current proposal teaches you how to compile rocksdb in different environments and generate a dynamic link library

lollipopjin commented 1 year ago

Please add NOTICE and LICENSE file, and please add copyright to all the added files.