darshan-sj commented on a change in pull request #15785:
URL: https://github.com/apache/beam/pull/15785#discussion_r748886233



##########
File path: 
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerConfig.java
##########
@@ -172,4 +180,12 @@ public SpannerConfig 
withMaxCumulativeBackoff(ValueProvider<Duration> maxCumulat
   SpannerConfig withServiceFactory(ServiceFactory<Spanner, SpannerOptions> 
serviceFactory) {
     return toBuilder().setServiceFactory(serviceFactory).build();
   }
+
+  public SpannerConfig withRpcPriority(ValueProvider<RpcPriority> rpcPriority) 
{
+    return toBuilder().setRpcPriority(rpcPriority).build();
+  }

Review comment:
       Done




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to