API Gateway | Microservice

  Рет қаралды 99,000

Telusko

Telusko

Күн бұрын

Пікірлер: 146
@yogeshsaidani1607
@yogeshsaidani1607 2 ай бұрын
just completed the whole series. This guy is just amazing. Looking forward to learn more from this guy. Love and regards.
@IntroFactoryFreeTemplates
@IntroFactoryFreeTemplates 6 ай бұрын
If you heave problems setting the locator to true. In the beginning he chose dependency "Gateway", but it should've been "Reactive Gateway". Change artifactId in pom.xml from spring-cloud-starter-gateway-mvc to spring-cloud-starter-gateway. Then in the same file on the line there will be a button "Edit Starters", where you can add additional dependency "Reactive Gateway".
@18R368
@18R368 6 ай бұрын
Bro you are a legend man , I had an issue from past 1week regarding this. After changing exactly what you said it got worked. Thank you man.
@lenintemp
@lenintemp 6 ай бұрын
thanks, it helped me
@ManWithTheEngine
@ManWithTheEngine 5 ай бұрын
Thanks. It really helped as learning this first time.
@b1n4l48
@b1n4l48 5 ай бұрын
Thanks man you're a godsend
@AbhijeetParihariAI
@AbhijeetParihariAI 5 ай бұрын
thanks worked for me
@muhammadhumza117
@muhammadhumza117 Жыл бұрын
Thank u so much sir. My company convert their project from monolithic to microservice and i had no idea how its working.But after seeing all video now i know how its work. Love from Pakistan
@gaganv8850
@gaganv8850 Жыл бұрын
10:00 definetely a Very Very Very Powerfull server is their sir.............. tones and tones of love from Karnataka..... ❤❤❤❤❤❤❤💥💥💥💥💥💥 Keep guide us you are my god truely.............................. I Fallowed the Seeries from beggining its so good... and neat
@Selina-hc2xb
@Selina-hc2xb Жыл бұрын
Thank you so much Telusko very informaitve able to get the core idea of microservices. BTW I joined the IT world watching your videos. I always thank you.
@Atom-Mercury
@Atom-Mercury 9 ай бұрын
You’re the best at explaining concepts. Love it❤
@BombayAbhishekVlogs
@BombayAbhishekVlogs 11 ай бұрын
Thankyou for the series Navin sir. please continue the series to adding more videos like Spring actuator API health
@vaibhavgupta1782
@vaibhavgupta1782 7 ай бұрын
wasted so many hours to get netty server in my application version 3.x at last got the solution here Thanks
@nishanthsomu5942
@nishanthsomu5942 6 ай бұрын
You are simply superb. Thanks for teaching in such a easy way. It helps a lot.
@gangaprasad3202
@gangaprasad3202 5 ай бұрын
It's a very very helpful tutorial for those who wants to understand microservices and the communication between them.. Thanks a lot!.. 🙂
@sandhyat2809
@sandhyat2809 Жыл бұрын
Very nice explanation… thank you for entire series
@greshmalizgeorge
@greshmalizgeorge 11 ай бұрын
when we import gateway from spring initializer, they are saying we need a min version of spring boot 3.2.x and once after we import, I noticed that the artifact Id had "-mvc" appended which fails to connect to Quiz Service. It should just be " spring-cloud-starter-gateway"... Just remove the mvc and you are good to go !
@ritikthakur6824
@ritikthakur6824 11 ай бұрын
mine still not working :( Also one more thing why is he sending post request to get a quiz?
@greshmalizgeorge
@greshmalizgeorge 11 ай бұрын
@@ritikthakur6824 what is the issue seen?
@ritikthakur6824
@ritikthakur6824 11 ай бұрын
@@greshmalizgeorge while requesting on api gateway port i think it is unable to find quiz service, its showing error 404.
@ritikthakur6824
@ritikthakur6824 11 ай бұрын
@@greshmalizgeorge now problem solved
@vaibhav5269
@vaibhav5269 11 ай бұрын
Thanks .was looking at the same issue.
@debashreeghosh4719
@debashreeghosh4719 11 ай бұрын
Superb content , best ever explanation.
@manjunathkammar5451
@manjunathkammar5451 Жыл бұрын
It's very very helpful tutorial sir ...Thanks a lot
@sukumaradvaith
@sukumaradvaith 8 ай бұрын
good coverage and nice delivery, more clear.......
@vaibhav5269
@vaibhav5269 11 ай бұрын
I am not sure at 8:02 how it worked. Because it is a GET request and you are sending as POST request in Postman. Nevertheless Great Playlist, highly informative. Thanks for the playlist Navin garu.
@safa-Rebai
@safa-Rebai 3 ай бұрын
Thank you sir for this great series, felt like i have read a book about microservices
@tanulakhwani
@tanulakhwani Жыл бұрын
Short and crystal clear👍👍👌👌
@suryasikharej5511
@suryasikharej5511 Жыл бұрын
sher ko aj api gateway samajh mei a gya 🦁
@fadisalameh3368
@fadisalameh3368 9 ай бұрын
Thank you very much I have learned so many things from this tutorial I am waiting for new Videos
@ting-chienhuang1766
@ting-chienhuang1766 Жыл бұрын
thank you so much for this playlist! Learnt a lot!
@emotinal_pain
@emotinal_pain 2 ай бұрын
Thank you so much i always enjoy from your videos Thank you 😊😊😊😊
@praveenps1821
@praveenps1821 11 ай бұрын
Great series. In Intelliji we can import multiple maven project and run no need to open seperate window
@ramprakashravi852
@ramprakashravi852 8 ай бұрын
You are a boon to all the IT industry learners especially in the field of Java. Your way of teaching with simple examples helps even more making it saved permanently in the mind. Thank you Naveen Reddy bro and Tulesco team. Enjoyed watching all videos in this playlist.
@vinaypai4159
@vinaypai4159 Ай бұрын
Thank you so much. Your course rocks !!
@PramithaJayasooriya-o8o
@PramithaJayasooriya-o8o Жыл бұрын
Thank you for the microservices playlist. It will be really helpful. I hope you put more playlists on microservices and deployment of microservices projects.❤
@fanny-ml-gameplay
@fanny-ml-gameplay Жыл бұрын
How about spring security inside spring cloud api gateway? Are you planning to add that too? I encountered some error when integrating them by my own understanding, I hope you can share some video about it on how to setup those things.
@programmingtools
@programmingtools 6 ай бұрын
It's very very helpful tutorial sir ...Thanks a lot
@richachawla3277
@richachawla3277 7 ай бұрын
Thanku Sir for the wonderful sessions.
@sasanSepehriRad
@sasanSepehriRad 8 ай бұрын
very very informative and great tutorial. thank you so much
@PUNEETHKUMARVH
@PUNEETHKUMARVH 3 ай бұрын
Earlier you had said you would discuss on circuit breaker, what is it and where do we use it?
@harshabannaravuri9229
@harshabannaravuri9229 Жыл бұрын
Sir i have one dout there are 2 instances of question services the api gate way will route to which instance
@Aditya-oi5xw
@Aditya-oi5xw Жыл бұрын
Sir please bring us more vedios on the following topics: 1. GUI programming using java. 2. files and networking with java. 3. JDBC and JSP tutorials. your series will be very helpful. Thank You..
@Asli_
@Asli_ Жыл бұрын
GUI and JSP are dead technology for java
@subramanyamsiddarapu
@subramanyamsiddarapu 29 күн бұрын
Amazing videos ❤
@thinhtranvan6866
@thinhtranvan6866 10 ай бұрын
Great tutorial. Thanks a lot
@jithinwilfred8633
@jithinwilfred8633 Жыл бұрын
Tysm for this playlist. I learned a lot.
@chamithmirissage9880
@chamithmirissage9880 8 ай бұрын
Thank you so much sir❤
@pranamiraviraj6603
@pranamiraviraj6603 Ай бұрын
Hey Navin For registering API gateway to eureka discovery server we need to do some configuration right? but in this video i didn't see any configuration about that like use @EnableDiscoveryClient and also not define eureka client service url in application properties.
@FadingDreams
@FadingDreams Жыл бұрын
Sir this series was really helpful Pls share more of these❤
@amarnathvk5683
@amarnathvk5683 10 ай бұрын
for those who are facing that API gateway cannot find microservices. Make sure your API gateway dependency as this----> spring-cloud-starter-gateway (remove mvc after gateway if your dependency has it)
@Sandy-oc2ic
@Sandy-oc2ic 9 ай бұрын
thank you so much this worked. i tried figuring it out for 30 mins but your suggestion worked well
@arul2842
@arul2842 7 ай бұрын
If I remove -mvc my application is not even starting! Can you pls help me ?
@nihadkv2976
@nihadkv2976 2 ай бұрын
Bro you are a life saviour. I have been facing this issue for almost one day. Hats offf👏
@esmaeil9478
@esmaeil9478 10 ай бұрын
Thanks! Can you please recommend a Spring Boot tutorial roadmap for new comers so we can be sure that we are on a right track? Thanks in advance!
@ayeshniroshan2378
@ayeshniroshan2378 3 ай бұрын
thank you very much
@reginfriends
@reginfriends 5 ай бұрын
W Waiting for advanced part
@hemanthpeddi4129
@hemanthpeddi4129 5 ай бұрын
Just amazing
@silentassasin010
@silentassasin010 4 ай бұрын
Thank you so much!
@AbhishekKumar-nj3zd
@AbhishekKumar-nj3zd 6 ай бұрын
when we enabled eureka server after adding dependencies in all the microservices, all microservices are registered automatically. what is the concept behind it? does is happen due the thing that all microservices are running on same machine? how will it work when different people will create different microservices on their machines? then, how will we be able to register to eureka server?
@WriterKhang
@WriterKhang Ай бұрын
how you cnfigured it with the eureka service and microservices?
@dasamalti5239
@dasamalti5239 8 ай бұрын
Thank you so much sir
@bhanuprakash9663
@bhanuprakash9663 10 ай бұрын
Thank you ❤
@workoholicmohit
@workoholicmohit Жыл бұрын
bhai mauj kardi
@arnabchowdhury4892
@arnabchowdhury4892 6 ай бұрын
can you show how gateway will handle https request and redirect https to backend service
@ruban3461
@ruban3461 6 ай бұрын
And about the authentication, do we have to use it in api-gateway ????
@velpulavenkatesh
@velpulavenkatesh Жыл бұрын
1st like❤ Short & useful... tnq
@rahulchavan6488
@rahulchavan6488 10 ай бұрын
Does service discovery will work if the gateway and hostend microservices are on different servers?
@sahabnoor
@sahabnoor 6 ай бұрын
make a video on zuul gateway
@rajeshwartondare9645
@rajeshwartondare9645 Жыл бұрын
Hello Sir , This is very informatic .Thank you so much
@RajnishKumar-oj3vr
@RajnishKumar-oj3vr Жыл бұрын
Thankyou so much
@bikashhamal6801
@bikashhamal6801 3 ай бұрын
Anybody facing problem with 404 while calling thru api-gateway to quiz-service U guys need to select reactive gateway rather than just gateway while adding dependency using spring initializer. Or if u already have setup everything n doesn’t want to restart as me than just make a new spring initializer and copy the new pom file to ur old pom file. It will solve the issue.
@PrashantKumar-ty7iu
@PrashantKumar-ty7iu Жыл бұрын
one question why lowercase service id is not as default ?
@psudhakarreddy6548
@psudhakarreddy6548 Жыл бұрын
Thank you. I🎉
@prithvi3980
@prithvi3980 Жыл бұрын
Thank you
@muthuraj5341
@muthuraj5341 7 ай бұрын
How to handle exception in mircroserivce?
@ramdanisalah3328
@ramdanisalah3328 Жыл бұрын
i applied spring security oauth2 resource server in api-gateway to secure my misroservices when i try to access endpoint of one one of these microservices by using port number of api gateway without token he gives me unothorized and that's what i expect but when i use port number of microservices is not secure he give me the response of endpoint why ?
@farhaankazi7134
@farhaankazi7134 9 ай бұрын
Please show advance configuration of API GATE way and Resilience4j
@vinothsundar3951
@vinothsundar3951 9 ай бұрын
Your application.properties doesn’t have eureka server ip where it needs to register. How eureka server GUI shows api-gateway service?
@akashdas5655
@akashdas5655 8 ай бұрын
by default the port number any client searches for eureka server is 8761 . You will have to modify if the server is runnng on different port .
@umakanths6902
@umakanths6902 Жыл бұрын
Sir can use API gateway directly to call ecs fargate task
@lenintemp
@lenintemp 6 ай бұрын
i am encountering an unknown property issue in application.prop, preventing the API gateway from identifying any services: spring.cloud.gateway.discovery.locator.enable
@paulsnehasish5830
@paulsnehasish5830 3 ай бұрын
spring-cloud-starter-gateway (remove mvc after gateway if your dependency has it)
@rupaligupta4546
@rupaligupta4546 Жыл бұрын
excellent explaination ..... sir can u plz bring more project on java full stack using react or angular
@pranoydas9654
@pranoydas9654 Жыл бұрын
API gateway should communicate another microservice to authenticate the user. That microservice should responsible for jwt token verification for that user. Can you please make a video on this?
@memsofgamers9479
@memsofgamers9479 Жыл бұрын
Include Spring security and make video
@harishkanna6079
@harishkanna6079 Ай бұрын
When I added the gateway and made the callout i got error saying "Failed to resolve ". Is anyone else facing this issue. whats the fix
@sreeharsharaveendra289
@sreeharsharaveendra289 10 ай бұрын
How to enable security with API gateway?
@sujaanchakraborty2640
@sujaanchakraborty2640 Жыл бұрын
Can you please add some videos on Spring Cloud Data Flow as well. There are very limited resources for this topic on the internet.
@whisperhelper5829
@whisperhelper5829 7 ай бұрын
I am getting unknown property for error: spring.cloud.gateway.discovery.locator.enabled=true
@RashwathJ-oi7zn
@RashwathJ-oi7zn 6 ай бұрын
I'm also facing same issues how to you resolved that issue.
@Blackoutfor10days
@Blackoutfor10days 6 ай бұрын
Found any solution?
@Blackoutfor10days
@Blackoutfor10days 6 ай бұрын
I got the solution!!
@IntroFactoryFreeTemplates
@IntroFactoryFreeTemplates 6 ай бұрын
Reactive Gateway instead of Gateway, when we add the dependencies at the beginning.
@whisperhelper5829
@whisperhelper5829 6 ай бұрын
You have to use same version he is using in the video , not the latest version
@gaganv8850
@gaganv8850 Жыл бұрын
Sir api-gateway is not working for me any suggestions any thing missed like dependency or something please reply me any one
@asatilloakhmedov7589
@asatilloakhmedov7589 Жыл бұрын
If you don't wanna be bullied in IT world and at least get answer to your question, first ask correct questions. What is the error you get?
@arjitsharma5129
@arjitsharma5129 Жыл бұрын
@@asatilloakhmedov7589 Mine too...the api via gateway is still not able to get to quiz-service
@arjitsharma5129
@arjitsharma5129 Жыл бұрын
I think the locator in api gteway is not working for me
@aseelsm3375
@aseelsm3375 Жыл бұрын
did problem solved?
@gaganv8850
@gaganv8850 Жыл бұрын
@@aseelsm3375 no
@veerraju8445
@veerraju8445 10 ай бұрын
Api gateway returning 404 ,can somebody help me to resolve the issue please?
@DashlineJoveDsouza
@DashlineJoveDsouza 7 ай бұрын
same here, is it working for you now?
@veerraju8445
@veerraju8445 7 ай бұрын
@@DashlineJoveDsouza no
@worldwidevideocomm
@worldwidevideocomm 9 ай бұрын
Thank you so much for sharing this... could you post videos for user authentication and authorization via Api gateway.
@UttamKumarSinha1234
@UttamKumarSinha1234 3 ай бұрын
heavy material
Java Full Stack and Spring Boot AI-Live Course
1:28
Telusko
Рет қаралды 272 М.
Creating a Service Registry | Microservice
9:19
Telusko
Рет қаралды 38 М.
БАБУШКА ШАРИТ #shorts
0:16
Паша Осадчий
Рет қаралды 4,1 МЛН
Как Ходили родители в ШКОЛУ!
0:49
Family Box
Рет қаралды 2,3 МЛН
API GATEWAY and Microservices Architecture | How API Gateway act as a Single Entry Point?
23:18
Concept && Coding - by Shrayansh
Рет қаралды 57 М.
What is an API Gateway?
10:19
IBM Technology
Рет қаралды 334 М.
Microservices Architecture - Implementation with Example - Part 1
3:18
Five Minute Tech
Рет қаралды 48 М.
Building an API Gateway in Java with Spring Cloud Gateway
23:01
Microservices with Databases can be challenging...
20:52
Software Developer Diaries
Рет қаралды 129 М.
What is an API Gateway?
15:02
Gaurav Sen
Рет қаралды 66 М.
Working with Feign | Microservice
11:15
Telusko
Рет қаралды 52 М.
What is API gateway really all about? Java Brains - Brain Bytes
8:56
API Gateway vs Load Balancer vs Reverse Proxy: when to use what?
9:06
Software Developer Diaries
Рет қаралды 31 М.
BIP HOUSE  .бип хаус 🥰🏡  #shorts
0:13
bip_house
Рет қаралды 1,2 МЛН
DESAFIO DOS COPOS #shorts
0:38
Natan por Aí
Рет қаралды 34 МЛН
Pixel 7 и 7 Pro с Face ID - лучше iPhone 14 Pro!
21:12
Rozetked
Рет қаралды 457 М.