microservices
Observability and OpenTelemetry in Microservices Architecture

Learn how to enhance microservices observability with OpenTelemetry. Discover best practices for integrating tracing, logs, and metrics to improve system reliability and operational efficiency.

Read more
microservices
I tried to summarize microservice transactions using TCC pattern and Saga pattern.

A side-by-side comparison of the TCC and Saga patterns for microservice transactions, covering orchestration vs. choreography, the trade-offs of each approach, and practical implementation notes. A must-read design guide for keeping distributed systems reliable.

Read more