Kaikei-e / Yamori

Yamori is an application aiming to implement a real-world-level guest management system.
MIT License
1 stars 1 forks source link

Considering to use gRPC for each service connection #1

Open Kaikei-e opened 2 years ago

Kaikei-e commented 2 years ago

I am in the process of examining whether gRPC can be used for exchanges between the various services. Using it with Go would give me a significant advantage, but otherwise I am carefully choosing the software architecture as it would be more difficult to implement due to unfamiliarity.

Kaikei-e commented 2 years ago

Useful article.

Kaikei-e commented 2 years ago

research summary

Kaikei-e commented 2 years ago

First, the logger embedded in the Echo's router must be integrated into the gRPC server.