Code Monkey home page Code Monkey logo

Comments (13)

amit12cool avatar amit12cool commented on May 13, 2024 1

This is resolved for me now.
Solution:- Im generating new requestId in middleware for each request and updating the request object with the requestId property.

from nestjs-pino.

amit12cool avatar amit12cool commented on May 13, 2024

@iamolegga Anyway to use requestId in other class?

from nestjs-pino.

iamolegga avatar iamolegga commented on May 13, 2024

Please provide some minimal represented repo, without mongo and all other unnecessary things

from nestjs-pino.

iamolegga avatar iamolegga commented on May 13, 2024

Closing, feel free to continue discussion

from nestjs-pino.

amit12cool avatar amit12cool commented on May 13, 2024

@iamolegga Actually there is one scenario in which I need to generate requestId which is not handled by nestjs Pino. The scenario is as below:-

We get some events from a publisher in our nodejs code. Now I need to log that request(event) and generate new unique requestId. The issue is how genReqId() can be called in this scenario?

from nestjs-pino.

iamolegga avatar iamolegga commented on May 13, 2024

If I understand correctly, can you also store genReqId function in variable of global or module scope when you define it?

from nestjs-pino.

amit12cool avatar amit12cool commented on May 13, 2024

Yes, so that request ID can be updated from lets say at the entry point of request or the origin of request is an event from Azure Event hub on reception of which the request Id can be generated.

from nestjs-pino.

iamolegga avatar iamolegga commented on May 13, 2024

Maybe you can provide tiny example?

from nestjs-pino.

amit12cool avatar amit12cool commented on May 13, 2024

I could but Im short of time. Sorry.
Scenario I can again explain:-

I have a event listener which receives the event from cloud. Now i need print the logs with requestID generated. Will my genReqId() method be called in this case. If not, how can we do that?

from nestjs-pino.

iamolegga avatar iamolegga commented on May 13, 2024

Only thing that I can suggest is export that genReqId directly or assign it to some variable and call it at any place you want 🤷‍♂️

from nestjs-pino.

amit12cool avatar amit12cool commented on May 13, 2024

from nestjs-pino.

amit12cool avatar amit12cool commented on May 13, 2024

Basically how can i call genReqId from anywhere in the code?

from nestjs-pino.

iamolegga avatar iamolegga commented on May 13, 2024

If you need some deps to create this function, you can assign it to variable, and export function that returns this variable

from nestjs-pino.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.