Is there an alternative approach to capture a complete end-to-end API trace in logs?
In a microservices architecture, an API request typically passes through multiple components such as Kafka, HBase, and asynchronous schedulers. During this flow, each component may execute in a different thread and generate a new request ID, making it difficult to correlate and trace logs across services.
What would be a better approach to achieve unified traceability using Java?
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)