apache / incubator-pegasus

Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store
https://pegasus.apache.org/
Apache License 2.0
1.99k stars 312 forks source link

refactor(meta_store): Reduce the dependency of meta_store #1932

Closed acelyc111 closed 8 months ago

acelyc111 commented 8 months ago

Make class meta_store not derive from class replica_base and move it to pegasus_base module, then we can reuse it freely.