reuvenlax commented on issue #21368: URL: https://github.com/apache/beam/issues/21368#issuecomment-1274402238
Right now if they are writing to many tables using dynamic destinations, we must have a separate grpc channel for each table stream. The BigQuery team is working on multiplexing support which would allow using a single grpc for all tables, however that is not quite ready yet. On Wed, Aug 24, 2022 at 2:00 PM Brian Hulette ***@***.***> wrote: > Is there any documentation on where we use GAX, or a pointer to a design > pattern for this? > > I'm not sure about documentation. My understanding from offline discussion > with @lukecwik <https://github.com/lukecwik>, is that gax-java is used by > grpc-java which is used by Google client libraries used by various GCP IOs. > The client libraries generally have ways to specify an executor that would > allow us to specify a shared one. See here > <https://github.com/googleapis/gax-java/issues/1286#issuecomment-829555309> > for an example in the Spanner client. > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/beam/issues/21368#issuecomment-1226333772>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AFAYJVNDVLF754HHGSFFVUTV22ENDANCNFSM5X4DNNQQ> > . > 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]
