You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/08/25 15:45:36 UTC

[GitHub] [beam] lukecwik commented on issue #21368: Reduce number of Gax related threads, likely by providing common executor to GAX clients

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org