I need to modify the replication mechanism in SeaweedFS so that data is stored in different formats instead of identical replicas. The goal is to introduce a custom transformation before distributing the data across volume servers.
What would be the best place to start in the codebase? Are there existing hooks or modules that could facilitate this modification?
Any guidance from those familiar with SeaweedFS internals would be greatly appreciated!