nestjs-cls
nestjs-cls copied to clipboard
Consider durable CLS-based providers
It might be possible to emulate the behavior of Durable Providers with CLS as well, where we could retrieve the same context instance in multiple subsequent requests.
A proper solution should also include a configurable cache timeout for the "durable" instances.
Maybe it could be implemented as a plugin? #80