'Integration Design Patterns' in Action - "Idempotent Receiver" Pattern || MuleSoft

แชร์
ฝัง

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

  • @venkatk161
    @venkatk161 2 ปีที่แล้ว

    The best tutorial I have ever seen. Thank you so much Siva!

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

    Very good explanation, and excellent topic coverage with the scenario.

  • @flyhigh225
    @flyhigh225 3 ปีที่แล้ว

    learned this new concept today. thanks a lot for sharing knowledge.

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

    Thank you, learned something new today

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

    Fantastic video. Thank you so much.

  • @manikantaadabala3122
    @manikantaadabala3122 4 ปีที่แล้ว

    Thank you siva...Very clean explanation.👏👏👏👏

  • @rameshduraisamy5855
    @rameshduraisamy5855 3 ปีที่แล้ว

    Your videos are excellent, similar to this playlist if you group your videos for other subjects, which will be helpful, thanks

  • @uk005
    @uk005 4 ปีที่แล้ว

    Thank you Siva garu!!

  • @madhurivutukury5740
    @madhurivutukury5740 4 ปีที่แล้ว

    Thank you Siva.

  • @dineshraj.s1429
    @dineshraj.s1429 ปีที่แล้ว

    But update we get done multiple times in real time scenarios...in this case it is consider as error?

  • @srikanthbabukomma3414
    @srikanthbabukomma3414 2 ปีที่แล้ว

    Hi Siva,
    Thanks for video and good explanation. But As per my knowledge and architectural perspective this kind of Idempotent requests should be avoided from consumer side and that should not reach Integration layers. Because Middleware does not know the content of request data to verify this is same request or not.
    Please correct if I am wrong.

  • @mitzk846
    @mitzk846 4 ปีที่แล้ว

    Hi Siva - Good coverage on topics. !! Can you please share your expertise via example on Facade Pattern and Canonical Data Model pattern.

  • @gyanendrapsingh3082
    @gyanendrapsingh3082 4 ปีที่แล้ว

    Hello Sir ,can be use object store for on premises deployment ???

  • @HariKrishna-zn2ys
    @HariKrishna-zn2ys 4 ปีที่แล้ว

    Great..👍

  • @alfonsocataldi1282
    @alfonsocataldi1282 4 ปีที่แล้ว

    having set a 4-hour TTL, it means that the same order cannot be updated within the next 4 hours, right?

    • @sivathankamanee-channel
      @sivathankamanee-channel  4 ปีที่แล้ว

      Yes Alfonso. Correct. This is given to remove the entry from object store after 4 hours. Else the object store will get flooded.

  • @lakshmiprasannaMavillapalli08
    @lakshmiprasannaMavillapalli08 4 ปีที่แล้ว

    Can you please do avideo on CI CD pipeline of Azuredevops as it is pretty much different with jenkins...its hard to understood from our end

    • @sivathankamanee-channel
      @sivathankamanee-channel  4 ปีที่แล้ว

      Hi Lakshmi Prasanna - I would love to, however, I dont have experience in using Azure DevOps and I might not make a quality video on which I am not an expert. Sorry. Thanks for your suggestions.

  • @baibhavghimire3827
    @baibhavghimire3827 4 ปีที่แล้ว

    have a query like this..
    insert into RDDBFU10.PMCROIRF (OIIDSC,OIPFDT,OIPFTM,OIARCO)...
    RDDBFU10.PMCROIRF is set treated as env variaables and i wanna write query with mule expression..
    How do i acheive it?
    Any idea will be higly appreciated..

    • @sivathankamanee-channel
      @sivathankamanee-channel  4 ปีที่แล้ว

      Hi Baibhav - I could not get the use case. What is your actual requirement and what do you mean when you say env variable? Is it Mule Environment or system environment variable? Could you please let me know your actual use case?

    • @baibhavghimire3827
      @baibhavghimire3827 4 ปีที่แล้ว

      @@sivathankamanee-channel I am trying to insert into schema RDDBFU10.... And in insert query I have hard coded the schema name .. I have put the schema in environment variables (from run configurations)..I want to pass this env variable in the insert query...
      Insert into [schema] a,b,c...
      How does the insert query looks ??

    • @baibhavghimire3827
      @baibhavghimire3827 4 ปีที่แล้ว

      @@sivakumarthankamanee5245 thanks really appreciate it ...