I am very new to gRPC and microservice architecture. We have .Net core web APIs written, and they talk to each other via http rest representation. However we are planning to have communication between internal microservice via http2/ gRPC framework.
We are considering .Net core 3.1 - gRPC template that is available in visual studio 2019. But I do not have answers to the below questions, any comment will be helpful, thanks in advance. We want answers for all these below questions before starting the development with gRPC
Considering we use the .Net core gRPC template for microservices communication :
- How to debug the code locally ? As in comparing it with rest API we can have swagger/ postman to test the rest endpoint, in this case how to do so ?
- Does it support Nuget packages ?
- Are there any data types that the protobuf or gRPC does not support ?
- gRPC gateway - can be written in c# or any .Net languages , if so how ? any existing template from VS 2019 ?
Did you even bother looking at the gRPC page?