Please find the assignments here : sravanlingam.com/mulesoftassignments-for-practice/ Also you can find me @sravan lingam Vlogsyt ua-cam.com/users/sravanyadavlvideos . Feel free to subscribe to my personal vlogs
God Bless Indian Guys, who are very open to define things , i feel kindness of yours, Thank you personally, Servan! I wish the best things to happen to you and to your family!
This is the best explanation I have seen so far in UA-cam. All other doesn't explain all these deployment strategies. Thanx alot. I'll come back to these videos alot now 😂😂
Hi, Servan, I want to say 🙏 thank you very much!!! You are so generous with this amazing course!!! I would like to ask if I can get solutions for the assignment and the final project solution if it’s available? Thanks again!!
Hi Sravan. Can you please answer me a simple question. We can drag and drop various connectors available in the any point studio to design our API. Then what is the need of a RAML. When we should go for either of these. Please Answer . Thanks
When you work in an organization; it is not necessary that you will be the one who will develop the RAML & also the mule flow 1) A BA/Technical Architect can create the API specifications and you as a developer can code accordingly 2) RAML sets the standard for your API design; You can validate it with your architect before actually writing the mule flow. changes can be identified beforehand. Imagine asking someone to review your mule code and they come back saying "response code should be application/XML and not application/JSON". You might say why did you not tell me before? RAML avoids this confusion 3) Meanwhile your mule flows are developed; you can share RAML with teams who are planning to consume your mule flow. They do not have to wait until your mule flow is complete; rather the teams can use RAML to understand mule flow/API and code accordingly 4) RAML is written in openAPI spec; so instead of explaining in english terms /writing a long email of what your API does; share RAML with them
@@MuleSoftTechZone Thanks for the reply folks I have checked only Deployment video. You guys are really awesome becoz you are not in commercial side. This mule4 series is very helpful to lot of guys in their day to day professional life. Thanks again
HI sir, when you import raml file in studio all the coding part was exist in mycloud app flow not in my lastsession but while uploading file in run time manager you are uploading the .jar file of my lastsession how it is can you explain ? I think my lastsession project is not having any connectors at all.
Hi Sravan, you explain things very clearly. really appreciate your efforts here. Quick question if you can answer. "Manage API from Exchange" option not visible in API Manager. Am I missing something here ? I just see 'Add new API' & 'Import API from zip file' options. thanks in advance.
Thanks for the awesome video. Just one doubt... as you said API manager policy can be applied only on cloudhub app. But as I know we can use API manger policy on onprem deployed app using server/clusters through mule agent ... please correct if i am wrong.
Hi Sir , the session was very helpful and in detail. Thank you so much sir....I have doubt like once we publish to exchange and we are apply polices in api manager. What if the status gets inactive for the api in api manager ? how can we troubleshoot it ?
Please help sir how can I deploy application on cloud if my api is using my local system Oracle database , Oracle database is install on my local machine..?? Please help
hi sravan this sadhik frist of all i really thank you the way you explain . ok i deploy via anypoint platform without proxy in api manger still unregister why??
Two reasons. One is your api Id is not matching with the one in api manager and with the autodiscovery element in ur project done in studio. If those are correct values, then you might have forgot to give Anypoint.platform.client_id and client_secret in your runtime properties
Hi Sravan: your series is very good and helpful. I have one question, at around 30:00 in your video , you mentioned we need .1 vcore for each application. That means we can deploy 10 apps in 1 vcore. is it universal? or it depends about our application? How to determine that how many Vcore we need? Thanks in advance.
Can we apply multiple policy's at the same time on one api ? In the policy dropdown list only one policy we are able to select Or Can we select multiple policys at a time ? Can you please calrify my doubt .
Hi Sir, Could you please Create videos on streaming , Streaming V/s Batch Jobs , Dedicated V/S shared Load balancers. please let me know if you already have videos on the above topics. thanks in Advance 👍
It might give 500 error. Because, main ap when stopped, when u hit main app..it gives 504 bad gateway.. but as we call it via proxy api.. it should give 500 internal server error
Hi sir., I'm watching your all this 11 videos on mule4. And any one can learn this software and get a job. Because I'm working in deffrent industry and deffrent role in last 5 year for automation sides
Dear Piyush . Sorry but due to content privacy, I am not able to share the full PPT. But you could still see all the content in developer cookbook. Please find it @ sravanlingam.com
Please find the assignments here : sravanlingam.com/mulesoftassignments-for-practice/
Also you can find me @sravan lingam Vlogsyt ua-cam.com/users/sravanyadavlvideos . Feel free to subscribe to my personal vlogs
God Bless Indian Guys, who are very open to define things , i feel kindness of yours, Thank you personally, Servan! I wish the best things to happen to you and to your family!
Means alot 🙏
This is the best explanation I have seen so far in UA-cam. All other doesn't explain all these deployment strategies. Thanx alot. I'll come back to these videos alot now 😂😂
🤗
@@MuleSoftTechZone sir is it possible to share the slide?
thank you so much for this course it had a lot of information and ur exploitation made it much easier.............thank you, sir
Truly wonderful explanation.. . Thank you for all your efforts Sravan !!
Thanks Sravan for such a nice content. Creating policies, creation of proxy app and its purpose, nicely explained.
My pleasure :)
Thanks for explaining in a detailed way. Whole series is superb. Learnt a lot.
Thanks for taking time to give your feedback 🙂
Very good video! I will keep my eyes peeled to see if you upload a Runtime Fabric one as well on your channel
29:33 U shown the firstapp and deployed the cloudapp but anyway u made ur point
thanks!
Hi, Servan, I want to say 🙏 thank you very much!!! You are so generous with this amazing course!!! I would like to ask if I can get solutions for the assignment and the final project solution if it’s available? Thanks again!!
Hi Sravan could you please provide the word document that you have shown in videos. It would be helpful for beginners
Hi Sravan. Can you please answer me a simple question. We can drag and drop various connectors available in the any point studio to design our API. Then what is the need of a RAML. When we should go for either of these. Please Answer . Thanks
When you work in an organization; it is not necessary that you will be the one who will develop the RAML & also the mule flow
1) A BA/Technical Architect can create the API specifications and you as a developer can code accordingly
2) RAML sets the standard for your API design; You can validate it with your architect before actually writing the mule flow. changes can be identified beforehand.
Imagine asking someone to review your mule code and they come back saying "response code should be application/XML and not application/JSON".
You might say why did you not tell me before? RAML avoids this confusion
3) Meanwhile your mule flows are developed; you can share RAML with teams who are planning to consume your mule flow. They do not have to wait until your mule flow is complete; rather the teams can use RAML to understand mule flow/API and code accordingly
4) RAML is written in openAPI spec; so instead of explaining in english terms /writing a long email of what your API does; share RAML with them
@@Kashiff_Aly very well explained !! Thank you
Hi Team,
Please make a video on Batch process, it would be helpful for every one. Thanks in advance.
It's already in our channel 😃
@@MuleSoftTechZone
Thanks for the reply folks
I have checked only Deployment video.
You guys are really awesome becoz you are not in commercial side.
This mule4 series is very helpful to lot of guys in their day to day professional life.
Thanks again
HI sir, when you import raml file in studio all the coding part was exist in mycloud app flow not in my lastsession but while uploading file in run time manager you are uploading the .jar file of my lastsession how it is can you explain ? I think my lastsession project is not having any connectors at all.
Hi Sravan, you explain things very clearly. really appreciate your efforts here. Quick question if you can answer. "Manage API from Exchange" option not visible in API Manager. Am I missing something here ? I just see 'Add new API' & 'Import API from zip file' options. thanks in advance.
UI has been changed , please choose add new api
Hi.sravan in updated anypoint platform we dont have environment tab. How can i get the client id client secret
Thankyou so much Sravan anna
If we can't API Policies ON PREMISES Deployment how API policy features / security will achieve in ON Premises deployment ?
very useful. Thank you
Can any organization have cloud hub deployment for development environment .... ON Premises deployment for higher (UAT/PRODUCTION ) environment ?
Hi Servan, what is the need of passing clientid and clientsecret in runtime in anypoint platform after configuring api id . Thanks in advance
Hi sravan I want to meterial on mule 4 , which you following. If possible plz tell me
It was just superb session .can you please share slides sir it will be good reference for us
Sir can you please share PPT that will be very much useful please
Thanks for the awesome video. Just one doubt... as you said API manager policy can be applied only on cloudhub app. But as I know we can use API manger policy on onprem deployed app using server/clusters through mule agent ... please correct if i am wrong.
If we are calling deployed api through requestor where to provide username and password for basic authentication policy
Hi Sir , the session was very helpful and in detail. Thank you so much sir....I have doubt like once we publish to exchange and we are apply polices in api manager. What if the status gets inactive for the api in api manager ? how can we troubleshoot it ?
Many reasons
Api ID might be wrong
Or you might have forgot to give Anypoint platform credentials in runtime manager properties tab
Hello sravan sir
Can we use Mulesoft to connect to firewall database
Please help sir how can I deploy application on cloud if my api is using my local system Oracle database , Oracle database is install on my local machine..?? Please help
Is it possible to apply client id enforcement in custom policies ?
hi sravan this sadhik frist of all i really thank you the way you explain . ok i deploy via anypoint platform without proxy in api manger still unregister why??
Two reasons.
One is your api Id is not matching with the one in api manager and with the autodiscovery element in ur project done in studio.
If those are correct values, then you might have forgot to give Anypoint.platform.client_id and client_secret in your runtime properties
how to customize the default error response when auth credential is not provided?
Hi Sravan: your series is very good and helpful. I have one question, at around 30:00 in your video , you mentioned we need .1 vcore for each application. That means we can deploy 10 apps in 1 vcore. is it universal? or it depends about our application? How to determine that how many Vcore we need? Thanks in advance.
Hi sravan, can you please provide interview questions for mulesoft?
Can we apply multiple policy's at the same time on one api ? In the policy dropdown list only one policy we are able to select Or Can we select multiple policys at a time ? Can you please calrify my doubt .
tnx so much
Hi Sir, Could you please Create videos on streaming , Streaming V/s Batch Jobs , Dedicated V/S shared Load balancers. please let me know if you already have videos on the above topics. thanks in Advance 👍
I request you to make a video on bidirectional synchronisation between salesforce and any database using mulesoft.
A lot has changed since on Anypoint platform. Would you do a new video with their new UI. I can't find manage API from Exchange.
Hello 👋
Please watch the new series, mulesoft for beginners 2023 version a
@@MuleSoftTechZone thank you.
In how many workers we can deploy our applications sravan
Hi Sravan, What if anypoint account expired?. Will I get the onprem deployed applications and RAML designs in New anypoint account?.
No everything will be deleted
@@MuleSoftTechZone Is mule standalone server free to use? And Can I use mulesoft as open-source for development and deployment?
Thanks for the video
Hi Bro Excellent video. One request can you please share your PPT also if possible
Please publish video for MUnit and Security related videos
Munit is already published. Please check our channel.
@@MuleSoftTechZone , Please share the UA-cam link in which Munit was included. Thanks in advance
I have to ask that in MCD level 1 exam can there be more topics also other than you explain in this tutorial sessions?
About VM which is covered in separate video
Hi! Is it possible you could share with us your awesome slides? And by the way thanks for the videos!
Will do soon
@@MuleSoftTechZone can you please share your beautiful slides?
If I stop my main API, what happens to Proxy API?
It might give 500 error. Because, main ap when stopped, when u hit main app..it gives 504 bad gateway.. but as we call it via proxy api.. it should give 500 internal server error
Is this the complete tutorial of mulesoft 4?
More than enough to start coding 🙂
hi sir please explain about parlell for each
and also expalin message ques for realtime scenario
Hi sir., I'm watching your all this 11 videos on mule4. And any one can learn this software and get a job. Because I'm working in deffrent industry and deffrent role in last 5 year for automation sides
I mean, If I try and practice to this software Can I get this software based on any job role.
Could you please share ppt as well?
Dear Piyush . Sorry but due to content privacy, I am not able to share the full PPT. But you could still see all the content in developer cookbook. Please find it @ sravanlingam.com
@@MuleSoftTechZone Okay completely understood. Thanks for sharing the link, I think many like me will be benefited from there. Thanks again ❤️
@piyush so kind of you.
30:00