Skip to content

praefect: Disable object pool replication for `ReplicateRepository`

Justin Tobler requested to merge jt-intercept-replicate-repository into master

With 2ccd5da0, the ReplicateRepository RPC became capable of object pool replication via the ReplicateObjectDeduplicationNetworkMembership field in the request. As Praefect does not yet support object pool replication, intercept and rewrite the request message to always disable the feature.

Edited by Justin Tobler

Merge request reports