add a round robin grpc balancer #554
Merged
Annotations
6 errors and 4 warnings
golangci-lint:
go/pkg/fakes/server.go#L90
error returned from external package is unwrapped: sig: func github.com/bazelbuild/remote-apis-sdks/go/pkg/client.OptsFromParams(ctx context.Context, params github.com/bazelbuild/remote-apis-sdks/go/pkg/client.DialParams) ([]google.golang.org/grpc.DialOption, github.com/bazelbuild/remote-apis-sdks/go/pkg/client.AuthType, error) (wrapcheck)
|
golangci-lint:
go/pkg/fakes/server.go#L92
error returned from external package is unwrapped: sig: func google.golang.org/grpc.Dial(target string, opts ...google.golang.org/grpc.DialOption) (*google.golang.org/grpc.ClientConn, error) (wrapcheck)
|
golangci-lint:
go/pkg/balancer/roundrobin.go#L35
error returned from external package is unwrapped: sig: func errors.Join(errs ...error) error (wrapcheck)
|
golangci-lint:
go/pkg/balancer/roundrobin.go#L40
error returned from external package is unwrapped: sig: func (*google.golang.org/grpc.ClientConn).Invoke(ctx context.Context, method string, args interface{}, reply interface{}, opts ...google.golang.org/grpc.CallOption) error (wrapcheck)
|
golangci-lint:
go/pkg/balancer/roundrobin.go#L45
error returned from external package is unwrapped: sig: func (*google.golang.org/grpc.ClientConn).NewStream(ctx context.Context, desc *google.golang.org/grpc.StreamDesc, method string, opts ...google.golang.org/grpc.CallOption) (google.golang.org/grpc.ClientStream, error) (wrapcheck)
|
golangci-lint:
go/pkg/client/client.go#L243
error returned from interface method should be wrapped: sig: func (io.Closer).Close() error (wrapcheck)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, golangci/golangci-lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
golangci-lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
golangci-lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading