Using BlobDB (key value separated variant of RocksDB) in foundationdb

Hello,

Is there a future roadmap for integrating BlobDB as a storage engine for foundationdb?

For reference, BlobDB is the key value separated variant of RocksDB inspired by the Wisc-key paper.
RocksDB team has implemented the ideas from that paper into BlobDB and currently maintains it within the rocksdb GitHub repo.

Performance results are impressive - Integrated BlobDB | RocksDB

Curious to know what the fdb community thinks about this.

Ashwini