kitex
kitex copied to clipboard
how to run grpc server instance and grpc stream server instance using different port in the same time
whether need to start or init grpc stream server first?
The server already supports protocol sniffing, so there's no need to start or initialize a separate gRPC stream server explicitly. Both ping-pong and streaming requests from the client are supported and handled correctly without requiring different ports for different protocols.
Could you please share more about the specific scenario or reason for wanting to separate them? Understanding the use case would help us provide more targeted suggestions or improvements.