Hello, it is possible to use sessions (https://docs.nestjs.com/techniques/session#use-with-fastify) in Microservice with GRPC transport?
We would like to have an object created and life-scoped per request to grpc service. This object should be available/injectable for other services in the application, and its state is the same and shared only within same Request.
Maybe we should try to use this https://docs.nestjs.com/recipes/async-local-storage#nestjs-cls ?
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Progamming), FP (Functional Programming), and FRP (Functional Reactive Programming).
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Progamming), FP (Functional Programming), and FRP (Functional Reactive Programming).