Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: adjust connection for custom gRPC trigger
`grpc.NewClient` does not automatically connect to the gRPC server anymore. This is unlike the previously used `grpc.Dial`[1]. This change reintroduces initial connection test. [1]: https://github.com/grpc/grpc-go/blob/master/Documentation/anti-patterns.md Signed-off-by: Michael Weibel <[email protected]>
- Loading branch information