Closed mdibaiee closed 11 months ago
I'm definitely in favor of updating, but this first needs to be fully reconciled with https://github.com/gazette/core/pull/335
I don't have a handle on the API changes for gRPC balancers or the implications of updating, and we would need to verify all that first.
Changelog from 1.40.0 to 1.59.0 with notable behaviour changes:
StateListener
to NewSubConnOptions
for SubConn
state updates and deprecate Balancer.UpdateSubConnState
(https://github.com/grpc/grpc-go/pull/6481)
UpdateSubConnState
will be deleted in the future.SubConn.Shutdown
and deprecate Balancer.RemoveSubConn
(https://github.com/grpc/grpc-go/pull/6493)
RemoveSubConn
will be deleted in the future.AddressType
(https://github.com/grpc/grpc-go/pull/6451)
Endpoints
to State
and deprecate Addresses
(https://github.com/grpc/grpc-go/pull/6471)Addresses
will be deleted in the future.The changes introduced in 1.58.0 are addressed in this pull-request.
See https://github.com/grpc/grpc-go/pull/645
This change is