lukecwik commented on issue #21368: URL: https://github.com/apache/beam/issues/21368#issuecomment-1227451738
Yes the scheduled executor service should be shared but it is the wrong scope of object to be shared. Based upon GCP client library best practices the recommendation is to [share the client instance itself across multiple usages](https://cloud.google.com/apis/docs/client-libraries-best-practices#reuse_client_objects_and_sessions). -- 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]
