gfawcett22 / EnterprisePlanner

A generic enterprise planner application with a microservices architecture.
Apache License 2.0
8 stars 6 forks source link

Use of Google protobuf format for inter-process communication. #2

Open gfawcett22 opened 7 years ago

gfawcett22 commented 7 years ago

All requests between microservices should use protobuf format. The API Gateway will convert incoming JSON requests to protobuf and back to JSON on the response.

gfawcett22 commented 7 years ago

Check out these blog posts. Blog 1 Blog2