Re: Beam gRPC depedency tracing

2022-08-08 Thread Luke Cwik via dev
I think you missed Kenn's earlier reply: https://lists.apache.org/thread/v0nr6mv0rqhd76ox1bwt6qwo4q3g7w58 The vendored gRPC is built by transforming the released gRPC jar. Here is where in the Beam git history you can find the source for the transformation: https://github.com/apache/beam/tree/4029

Re: Beam gRPC depedency tracing

2022-08-07 Thread JDW J
Anyone? On Wed, 27 Jul, 2022, 13:21 JDW J, wrote: > Team, > > Consider me a newbie to Beam and Java world in general. I am trying to > trace Beam vendor dependency to gRPC-upstream. > > 4.0.0 > org.apache.beam > beam-vendor-grpc-1_26_0 > 0.3 > Apache Beam :: Vendored Dependencies :

Re: Beam gRPC depedency tracing

2022-07-27 Thread Kenneth Knowles
The vendored gRPC is built by transforming the released gRPC jar. Here is where in the Beam git history you can find the source for the transformation: https://github.com/apache/beam/tree/40293eb52ca914acbbbae51e4b24fa280f2b44f0/vendor/grpc-1_26_0 Kenn On Wed, Jul 27, 2022 at 9:24 AM JDW J wrote