Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Adding service provider configuration files to fix the grpc sink…
… exception "Could not find policy 'pick_first'" (#203) In the current implementation, the gRPC client chooses default LoadBalancerProvider ('pick_first') and default NameResolverProvider(DNS). The implementation classes PickFirstLoadBalancerProvider and DnsNameResolverProvider respectively are missing. We can handle the issue with the including implementation classes through service provider configuration files. * SPI io.grpc.LoadBalancerProvider: io.grpc.internal.PickFirstLoadBalancerProvider * SPI io.grpc.NameResolverProvider: io.grpc.internal.DnsNameResolverProvider Co-authored-by: Shreyansh <shreyansh.sangolli@gojek.com>
- Loading branch information