Papooch / nestjs-cls

A continuation-local storage (async context) module compatible with NestJS's dependency injection.
https://papooch.github.io/nestjs-cls/
MIT License
434 stars 28 forks source link

Feature: Reuse existing context #54

Closed Papooch closed 1 year ago

Papooch commented 1 year ago

Add a feature to reuse existing context instead of overwriting it. It might also be useful to add "nested" contexts that would inherit context values from the parent.

Relates to #53