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

Поділитися
Вставка
  • Опубліковано 13 вер 2024

КОМЕНТАРІ • 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.👏👏👏👏

  • @uk005
    @uk005 4 роки тому

    Thank you Siva garu!!

  • @rameshduraisamy5855
    @rameshduraisamy5855 3 роки тому

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

  • @madhurivutukury5740
    @madhurivutukury5740 4 роки тому

    Thank you Siva.

  • @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.

  • @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.

  • @dineshraj.s1429
    @dineshraj.s1429 11 місяців тому

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

  • @HariKrishna-zn2ys
    @HariKrishna-zn2ys 4 роки тому

    Great..👍

  • @gyanendrapsingh3082
    @gyanendrapsingh3082 4 роки тому

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

  • @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.

  • @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.

  • @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 ...