Expand description
Request ID infrastructure for request correlation and tracing.
This module provides a RequestId type for tracking requests across
the caching layer and downstream services. Request IDs can be extracted
from headers (e.g., X-Request-ID) or generated automatically.
Structsยง
- Request
Id - Unique identifier for tracking a request through the system.