suztomo commented on pull request #13765: URL: https://github.com/apache/beam/pull/13765#issuecomment-769933351
I checked this further. `org.apache.beam.sdk.io.gcp.pubsub.PubsubGrpcClient` in beam-sdks-java-io-google-cloud-platform module uses `io.grpc.Channel` from grpc-api. It's best to declare grpc-api dependency in the module. This will resolve the grpc-core and grpc-api discrepancy. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
