go-zero icon indicating copy to clipboard operation
go-zero copied to clipboard

Feature: I hope to provide the push function of rpc to API gatway

Open maomao94 opened this issue 1 year ago • 2 comments

提供一个类似这种的方法 func GetDefaultGatewayConn(name string) []*grpc.ClientConn { }

// rpc logic 可以反向推送给api for _, v := range grpcCons { //todo }

目的:可以方便去做分布式ws 集群的推送

maomao94 avatar May 19 '23 05:05 maomao94