Contextual Logging in Event-Driven Java Services
Moving away from thread-based context

Microservices tend to do one thing and are dependent on other microservices for help in performing a complete transaction. As the action ping-pongs through the services, it helps to have a trace ID so you can tell who’s making the requests. That way you can follow through the complete transaction even though it may…