a random walk through topics that interest me
Realization of distributed tracing by Envoy
Necessity of distributed tracing Since distributed architecture such as Microservices are handled across multiple services, it’s difficult to keep track of communication between services.
A choice to start small Service Mesh
Now, the architecture called Service Mesh is attracting attention in the Microservice industry. There are various products for realization, but I made a small control-plane called sxds.
Go × Clean Architecture implementation pattern
Click here for Japanese version What is Clean Architecture? It could be thought an architecture pattern that dissociates interest by realizing:
Why was gRPC born?
The term gRPC became very famous, and articles such as “Introducing gRPC in house” and “How to build gRPC server” can now overflow.