The best tutorial I have ever seen. Thank you so much Siva!
@vigneshradhakrishnan7151 Жыл бұрын
Very good explanation, and excellent topic coverage with the scenario.
@flyhigh2253 жыл бұрын
learned this new concept today. thanks a lot for sharing knowledge.
@emailyreddy4 жыл бұрын
Thank you, learned something new today
@mastermansaw4 жыл бұрын
Fantastic video. Thank you so much.
@manikantaadabala31224 жыл бұрын
Thank you siva...Very clean explanation.👏👏👏👏
@uk0054 жыл бұрын
Thank you Siva garu!!
@madhurivutukury57404 жыл бұрын
Thank you Siva.
@dineshraj.s1429 Жыл бұрын
But update we get done multiple times in real time scenarios...in this case it is consider as error?
@rameshduraisamy58553 жыл бұрын
Your videos are excellent, similar to this playlist if you group your videos for other subjects, which will be helpful, thanks
@mitzk8464 жыл бұрын
Hi Siva - Good coverage on topics. !! Can you please share your expertise via example on Facade Pattern and Canonical Data Model pattern.
@HariKrishna-zn2ys4 жыл бұрын
Great..👍
@gyanendrapsingh30824 жыл бұрын
Hello Sir ,can be use object store for on premises deployment ???
@srikanthbabukomma34142 жыл бұрын
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.
@alfonsocataldi12824 жыл бұрын
having set a 4-hour TTL, it means that the same order cannot be updated within the next 4 hours, right?
@sivathankamanee-channel4 жыл бұрын
Yes Alfonso. Correct. This is given to remove the entry from object store after 4 hours. Else the object store will get flooded.
@lakshmiprasannaMavillapalli084 жыл бұрын
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-channel4 жыл бұрын
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.
@baibhavghimire38274 жыл бұрын
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-channel4 жыл бұрын
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?
@baibhavghimire38274 жыл бұрын
@@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 ??
@baibhavghimire38274 жыл бұрын
@Sivakumar Thankamanee thanks really appreciate it ...