vitess icon indicating copy to clipboard operation
vitess copied to clipboard

Switch flag definitions to be on pflag instead of flag in `package go/vt/vttablet/tabletconn`

Open ajm188 opened this issue 3 years ago • 0 comments

Part of https://github.com/vitessio/vitess/issues/10697.

Current flags:

$ git grep -E "\bflag\.[A-Z]" -- go/vt/vttablet/tabletconn/*.go
go/vt/vttablet/tabletconn/tablet_conn.go:       TabletProtocol = flag.String("tablet_protocol", "grpc", "how to talk to the vttablets")

ajm188 avatar Aug 10 '22 23:08 ajm188