Nick Birnie

Results 4 issues of Nick Birnie

Build times are O(20 minutes) which is a bad experience for folks onboarding to the library. Provide a quickstart guide which doesn't require `mvn clean install` on the project.

enhancement
P3

Defines a ServiceProvider interface ExceptionTransformation which can be used to define a custom implementation of a transformation that should be applied to exceptions before returning them from the factory. This...

cla: yes

Interceptors currently have to be specified on an implementation of `TransportChannelProvider`, e.g. [`InstantiatingGrpcChannelProvider`](https://github.com/googleapis/gax-java/blob/f0721dd0a5537389865c76af86fd3efca42ae78d/gax-grpc/src/main/java/com/google/api/gax/grpc/InstantiatingGrpcChannelProvider.java#L374). What do you think about adding methods to `TransportChannelProvider` to set interceptors? The idea being to write...

type: feature request
priority: p3