Tag: Microservice
8 items found
Glossary Terms
Circuit Breaker
The circuit breaker pattern stops calls to failing dependencies temporarily, preventing cascading failures and wasted resources.
Distributed Tracing
Distributed tracing follows a request across services with a trace identifier, showing where latency, errors, or retries occur.
GraphQL Federation
GraphQL Federation combines independently owned schemas so multiple teams can expose one unified GraphQL supergraph.
Micro Frontend
Micro frontend splits a large user interface into smaller applications that independent teams can build, deploy, and compose.
Microservice
Microservice architecture designs a large application as small services that can be developed, deployed, and scaled independently.
Microservice Communication
Microservice communication is how independent services exchange data and commands through REST, gRPC, events, or message queues.
Saga Pattern
The Saga pattern splits a distributed business transaction into steps and uses compensating actions to preserve consistency when a step fails.
Service Mesh
A service mesh manages traffic between microservices through a proxy layer, adding mTLS, observability, routing, and policy controls.