wrote a distributed push service in golang
has multiple connection layers and a topic management service
multiple connection layers transmit to topic through socket
now I want to change the connection layer to grpc calls
I wonder if there will be a discount on performance?