reuvenlax commented on issue #21368: URL: https://github.com/apache/beam/issues/21368#issuecomment-1229132117
We are reusing clients across bundles for streaming write API. The DoFns that use this keep a global static cache of table name -> client On Fri, Aug 26, 2022 at 10:19 AM Lukasz Cwik ***@***.***> wrote: > The client libraries allow injecting our own transport/threadpool via > BigQueryWriteClient#setTransportChannelProvider and > BigQueryWriteClient#setBackgroundExecutorProvider. > > I still think we should be re-using the client across bundles by having a > global object pool of BQ Options -> Client > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/beam/issues/21368#issuecomment-1228740344>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AFAYJVPAHANGEPR2DAVA7LTV3D4DLANCNFSM5X4DNNQQ> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> > -- 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]
