About encryption
acelyc111 opened this issue · 3 comments
acelyc111 commented
Hi,
I found tikv/rocksdb has enhanced the encryption feature than facebook/rocksdb, is there a plan to submmit the related patches to facebook/rocksdb?
I'm developing the apache/incubator-pegasus project which is using rocksdb as the storage engine, researching encryption feature.
Thanks!
tabokie commented
Hi, we don't have the bandwidth right now to prioritize syncing with upstream. In addition, the changes surrounding encryption are mostly plugins, they don't interact with core RocksDB functionality.
You are welcome to use/cherry-pick our code if you are interested in the features we added. I have already aggregated them into one PR: #279.