We are still using the deprecated `grpc.DialContext ` https://pkg.go.dev/google.golang.org/grpc#DialContext ``` Deprecated: use NewClient instead. Will be supported throughout 1.x. ``` Hence we need to migrate to [NewClient](https://pkg.go.dev/google.golang.org/grpc#NewClient)