Propagate feature flag actors in all Gitaly RPC services
What does this MR do and why?
In gitaly#4459 (closed), we introduced Repository actor for Gitaly. Due to its complication, we control the new actor propagation strictly. All the new changes are behind actors_aware_gitaly_calls
flag. We also applied to Gitaly commit service only.
This commit applies the actor propagation module to all Gitaly RPC services. They are still controlled by the aforementioned feature flag in case we face a performance degrade.
Issue: gitaly#4613 (closed)
Screenshots or screen recordings
N/A
How to set up and validate locally
N/A
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.