|
|
|
|
|
by bashcoder
2047 days ago
|
|
Hi Alex - This looks a lot like what Scylladb did to unleash the potential of the Cassandra space, with a fully optimized C++ rewrite of an Apache project. Did you draw some inspiration from their efforts? As a satisfied Scylla convert, I'm looking forward to trying Redpanda. |
|
Main departure is we are only API compatible. It was an explicit choice to use Raft vs ISR and to not use ZK, etc.
but indeed, seastar is a really fun framework to build storage systems in. I know ceph is also doing a re-write of a subsystem in seastar for example.