We need a tool for connecting actions across microservices (or even within micro service).
I want to do that using Context Variables:
- Set in the web handler
- Used in the logging as standardised structured data entry
Remarks:
- Introduce a common way how this trace_id is passed across microservices over HTTP (and thru Kafka)
- Remove error uuid from web handler, replace / unify this with trace_id
https://docs.python.org/3/library/contextvars.html
We need a tool for connecting actions across microservices (or even within micro service).
I want to do that using Context Variables:
Remarks:
https://docs.python.org/3/library/contextvars.html