You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #1357, the policy RPC ListResourceMappingsByGroupFqns calls an internal ListResourceMappingsByFullyQualifiedGroup function and SQL query to retrieve the mappings.
If multiple FQNs are provided, it roundtrips the DB for each individual FQN rather than employing a batch call.
Acceptance Criteria
only a single roundtrip to the database is employed for the multiple value FQNs received in the RPC
integration tests are updated
The text was updated successfully, but these errors were encountered:
Background
Similar to #1357, the policy RPC
ListResourceMappingsByGroupFqns
calls an internalListResourceMappingsByFullyQualifiedGroup
function and SQL query to retrieve the mappings.If multiple FQNs are provided, it roundtrips the DB for each individual FQN rather than employing a batch call.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: