Versions in this module Expand all Collapse all v1 v1.3.0 Jul 14, 2023 Changes in this version + func NewConnWithHashBalancer(endpoints []string, opts ...grpc.DialOption) (*grpc.ClientConn, error) v1.2.0 Mar 14, 2023 Changes in this version + func GetConnWithTracer(service string, opts ...grpc.DialOption) (*grpc.ClientConn, error) + func NewConnWithTracer(service string, opts ...grpc.DialOption) (*grpc.ClientConn, error) v1.1.0 Nov 29, 2022 Changes in this version + var DefaultMaxRecvMsgSize = 1024 * 1024 * 4 + var DefaultMaxSendMsgSize = 1024 * 1024 * 4 + var DefaultTimeout = 3 * time.Second + func Get(service string, opts ...grpc.DialOption) (*grpc.ClientConn, error) + func New(service string, opts ...grpc.DialOption) (*grpc.ClientConn, error)