Skip to content

Can I have a mixture of connect-go and protoc-go running at the same time? #501

Answered by akshayjshah
user3301 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi! Sorry for the late reply, @user3301.

You can have both grpc-go and connect-go running side-by-side, but typically they'll be on separate ports. In your pseudocode above, you never call grpcServer.Serve.

Of course, connect-go supports the gRPC protocol, so you don't need grpc-go :)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by akshayjshah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants