Mulesoft Blog | Manage and Trace Correlation ID in Mulesoft | NetBook | B05

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ธ.ค. 2024

ความคิดเห็น • 7

  • @alekhyamulesoft7876
    @alekhyamulesoft7876 2 ปีที่แล้ว +1

    thank u soo much sir... the explanation was simply superb

  • @JasonEstevan
    @JasonEstevan 2 ปีที่แล้ว +1

    Very thorough explanation. Thank you.

  • @ravellavenkatsubbaiah4957
    @ravellavenkatsubbaiah4957 ปีที่แล้ว +1

    I want to track specific logs with messageId for practice purpose without any database connection in all the 4api’s i need to know how to configure the headers for that mesaageId generation any help??

    • @NetBookTech
      @NetBookTech  ปีที่แล้ว

      Correlation Id will be common for all 4 api's if your calling from one API to another API. So you can use correlation id for tracking in 4 api's logs. But if you want to use some header, try to pass Transaction-Id as correlation id (Store that in a variable called transactionId in each API)and make sure you configure this in HTTP Request while calling from one API to another API.

    • @ravellavenkatsubbaiah4957
      @ravellavenkatsubbaiah4957 ปีที่แล้ว

      @@NetBookTech is that server generated id for suppose if i want to generate that id by appending date and server time is that possible??

    • @NetBookTech
      @NetBookTech  ปีที่แล้ว

      ​@@ravellavenkatsubbaiah4957 I explained generating our own correlation id at 7 min in this video. Please check that. At 9 min, we can have our own code (uuid() ++ (now() as String {format: 'YYYYMMdd-HHmmss'})) something like this.