Skip to content

featureflag: Remove `TransactionalLinkRepository`

Justin Tobler requested to merge jt-ff-remove-transactional-link into master

The TransactionalLinkRepository feature flag, when enabled, makes the LinkRepositoryToObjectPool RPC transactional. Remove the feature flag so that the RPC is always transactional for clients.

Related: #5644 (closed), #5587 (closed)

Merge request reports