Upgrade google.golang.org/grpc
version #117
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
6 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-api-go#117
Loading…
Reference in a new issue
No description provided.
Delete branch "dstepanov-yadro/frostfs-api-go:feat/grpc-upgrade"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After upgrade grpc connection is not actually established, so added new CallOption to specify dialer if needed.
084c3f8e92
to6a81f3d404
I will add services to the review after core approve.
6a81f3d404
toc866fe308e
New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings
@ -33,0 +33,4 @@
defer cancel()
if err := dialer(ctx, c.conn); err != nil {
_ = c.conn.Close()
Added after review: DialContext closes connection in case of error.
@ -28,2 +31,4 @@
}
}
// WithContext returns option to specify grpc dialer. If passed, it will be
Update function name in comment
Done
c866fe308e
to13fa0da374
New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings