Woww no need to see other videos. It is just like real and visualized video. Thank you sooo much for this video. Your video ceared my all doubts. Just amazing.... Tqq💚
Just love the way you explain any concepts. Thank you so much. However, I would really like to understand how routing(routing client requests to microservices) and adapters(making a single network call and sending requests MS and sending response back to clients) are different .
Hello Naveen...getting to know from the comments that you were sick... Take care.. Stay careful.. Build immunity...lots of love.. God bless you.. From Belgium
Hi Naveen, I have been following for sometime now. Is it possible if you can makes a series of Rest Api restassured framework from scratch. Keep up with your good work
Hi Naveen - Fantastic explaination. I was wondering if u are referring to the adapter instead of the facade pattern when you talked about one call from client and the api gateway then inturn makes multiple calls to backend to aggregate data to send back Thx
Hi Naveen ...i hope you are doing well ... i have question for you w.r.t python selenium .. My question is that for java , we have maven build automation tool right .. Likewise , for python selenium which build automation tool do we use ?? I will be waiting for your worthy answer naveen .. Thanks in advance ..
Adapter will consolidate all response from many micro-services and then send single response to client. This is clear. But, how can client send single request which internally is combination of request of many api call? Please clear my doubt @ Naveen
There will be some common link in all the services, it will be passed by the user in combined request . Example - A banking application has a customer with unique customer Id, there are different micro-services like list of loan accounts, Customer details, statements. In this case the combined url for api gateway will contain customer id as a parameter and all related details from different micro-services can be returned as single combined response
In depth explanation on API gateway in simple, engaging and understandable way
Definitely everyone should watch the video
Simply awesome video on API Gateway. Crystal clear explanation… thank you Naveen !!
Woww no need to see other videos. It is just like real and visualized video.
Thank you sooo much for this video. Your video ceared my all doubts. Just amazing.... Tqq💚
Mari evaru suggest chesaru anukuntunnavu chamanthi ikkada☝🤓😎😎
दिल से बोलता हु sir, आपका हर वीडियो सुनने के बेताब रहते है, मै भगवान से यही प्रार्थना करता है आप स्वस्थ रहे, अच्छा रहे, प्रणाम sir जी
Thnk u brother 😃
Good Articulation, gr8 video.
I had subscribed you before and was doing my python project for content aggregator using api and u posted this video thank you soo much❤️
Simply Awesome dude
really good explanation. I don't know why this mush of less view for this video.
Just love the way you explain any concepts. Thank you so much.
However, I would really like to understand how routing(routing client requests to microservices) and adapters(making a single network call and sending requests MS and sending response back to clients) are different .
Good to see you back to the track 👍 thanks again for such knowledgeable videos
You are making our job easier. Thank you a lot
Glad that you liked it ☺️
Very well explained !!
Very good one. Thanks for sharing!
Hope you feeling better . Stay blessed always. . You are the ROCKSTAR.. ❤❤ from Dublin
Thanks shailesh brother :)
Good Articulation! Nice Video.. Thanks for your time !! Keep it up! Be safe!!!
Nice explanation with new learnings. Hope you r well now.
Thanks Naveen. Very helpful.
Hi naveen, it's glad to know you are feeling better. Take care
Hello Naveen...getting to know from the comments that you were sick... Take care.. Stay careful.. Build immunity...lots of love.. God bless you.. From Belgium
Thanks for your wishes 😘
Great stuff Thanks Neveen
Hi naveen. Hope your recovering well. Being an automation test engineer . How good is it to learn docker and cloud services?
Interesting man.... I like your Logics/Algo you've used in tricky interview questions...
Glad that you liked it
Awesome video, pls take care and the champ is back
Thanks brother 🙏
Thank you for video and explanation ❣️🙂
tq so much sir...it is very very useful video
Glad that you liked it
Hi Naveen, I have been following for sometime now. Is it possible if you can makes a series of Rest Api restassured framework from scratch. Keep up with your good work
Thanks naveen sir
Naveen Bhai back ❤️
Thank u so much Naveen... come back with our new concept😊 and hatsoff ur dedication🤗
Glad that you liked it 🙂
Hi Naveen - Fantastic explaination. I was wondering if u are referring to the adapter instead of the facade pattern when you talked about one call from client and the api gateway then inturn makes multiple calls to backend to aggregate data to send back
Thx
Amazing 👍🙏
Awesome 🙌
Thanks Mandeep 🤗
Hi Naveen Ji, hope you have recovered from Covid-19..!!.
Cool video, does it not cause bottle neck and single point of failure? I am interested in knowing how to address this issue?
Great 👍
Glad that you liked it 😊
Hi Naveen, Can you make one video on how you recovered from covid, mention the steps and precautions what you have done in home isolation.
Thanks Naveen for this session... Do you have PDF available for the same as you mentioned at the end of the video?
How about Throttling configuration in API Gateway Naveen
Hi Naveen ...i hope you are doing well ... i have question for you w.r.t python selenium .. My question is that for java , we have maven build automation tool right .. Likewise , for python selenium which build automation tool do we use ?? I will be waiting for your worthy answer naveen .. Thanks in advance ..
How are you Naveen? Hope you totally recovered.. God bless you...
Ya I'm better now ☺️
@@naveenautomationlabs Great..happy to hear that🤞🏻
Naveen back Bhai kse ho👍
I am not clear about Routing. How does user's N requests are combined to send a single request to Router. Please advise.
Being a QA how to give effectively demo of user story completion to client for api and UI?
can design a cucumber pom framework for ultra secure offline environment ?
❤️❤️❤️
Adapter will consolidate all response from many micro-services and then send single response to client. This is clear.
But, how can client send single request which internally is combination of request of many api call?
Please clear my doubt @ Naveen
There will be some common link in all the services, it will be passed by the user in combined request . Example - A banking application has a customer with unique customer Id, there are different micro-services like list of loan accounts, Customer details, statements. In this case the combined url for api gateway will contain customer id as a parameter and all related details from different micro-services can be returned as single combined response
@@juhirawat4243 thanks for explaining. It will be great if you can give some link for this.