You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #5750, we implemented a new gateway called tabletgateway and deprecated the old one called discoverygateway.
We have had several releases since then, and tabletgateway is now stable enough. We can now start deleting some of the old code.
Blocker: vtctld ui still uses legacy healthcheck. We need to either move that to the new healthcheck, or deprecate/delete that first.
As part of #5750, we implemented a new gateway called
tabletgateway
and deprecated the old one calleddiscoverygateway
.We have had several releases since then, and
tabletgateway
is now stable enough. We can now start deleting some of the old code.Blocker: vtctld ui still uses legacy healthcheck. We need to either move that to the new healthcheck, or deprecate/delete that first.
Tasks
-gateway_implementation
flag Deprecate and ignoregateway_implementation
flag to vtgate. #9482Gateway
interface Remove theGateway
interface #9852legacy_healthcheck.go
and any related structs that are no longer needed #10454-gateway_implementation
flag Remove theGateway
interface #9852EDIT Mar 8, 2022:
Split deletion into two separate tasks because of the dependency on #9358
The text was updated successfully, but these errors were encountered: