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".
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
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
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 !
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.
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.
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.
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?
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.
Thank you for the microservices playlist. It will be really helpful. I hope you put more playlists on microservices and deployment of microservices projects.❤
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.
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)
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..
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 ?
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.
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?
i am encountering an unknown property issue in application.prop, preventing the API gateway from identifying any services: spring.cloud.gateway.discovery.locator.enable
just completed the whole series. This guy is just amazing. Looking forward to learn more from this guy. Love and regards.
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".
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.
thanks, it helped me
Thanks. It really helped as learning this first time.
Thanks man you're a godsend
thanks worked for me
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
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
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 !
mine still not working :( Also one more thing why is he sending post request to get a quiz?
@@ritikthakur6824 what is the issue seen?
@@greshmalizgeorge while requesting on api gateway port i think it is unable to find quiz service, its showing error 404.
@@greshmalizgeorge now problem solved
Thanks .was looking at the same issue.
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.
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.
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.
You’re the best at explaining concepts. Love it❤
It's a very very helpful tutorial for those who wants to understand microservices and the communication between them.. Thanks a lot!.. 🙂
Superb content , best ever explanation.
Very nice explanation… thank you for entire series
You are simply superb. Thanks for teaching in such a easy way. It helps a lot.
Sir i have one dout there are 2 instances of question services the api gate way will route to which instance
good coverage and nice delivery, more clear.......
wasted so many hours to get netty server in my application version 3.x at last got the solution here Thanks
It's very very helpful tutorial sir ...Thanks a lot
sher ko aj api gateway samajh mei a gya 🦁
Thankyou for the series Navin sir. please continue the series to adding more videos like Spring actuator API health
Thank you sir for this great series, felt like i have read a book about microservices
Thank you so much i always enjoy from your videos Thank you 😊😊😊😊
It's very very helpful tutorial sir ...Thanks a lot
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?
Great series.
In Intelliji we can import multiple maven project and run no need to open seperate window
Short and crystal clear👍👍👌👌
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.
Thank you so much. Your course rocks !!
Thanku Sir for the wonderful sessions.
Thank you very much
I have learned so many things from this tutorial
I am waiting for new Videos
very very informative and great tutorial. thank you so much
Thank you for the microservices playlist. It will be really helpful. I hope you put more playlists on microservices and deployment of microservices projects.❤
thank you so much for this playlist! Learnt a lot!
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.
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)
thank you so much this worked. i tried figuring it out for 30 mins but your suggestion worked well
If I remove -mvc my application is not even starting! Can you pls help me ?
Bro you are a life saviour. I have been facing this issue for almost one day. Hats offf👏
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..
GUI and JSP are dead technology for java
Great tutorial. Thanks a lot
Earlier you had said you would discuss on circuit breaker, what is it and where do we use it?
Tysm for this playlist. I learned a lot.
Sir this series was really helpful
Pls share more of these❤
one question why lowercase service id is not as default ?
how you cnfigured it with the eureka service and microservices?
Thank you so much sir❤
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 ?
And about the authentication, do we have to use it in api-gateway ????
Does service discovery will work if the gateway and hostend microservices are on different servers?
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!
Just amazing
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.
W
Waiting for advanced part
Thank you so much!
1st like❤
Short & useful... tnq
can you show how gateway will handle https request and redirect https to backend service
thank you very much
Thank you ❤
Thank you so much sir
Sir can use API gateway directly to call ecs fargate task
How to handle exception in mircroserivce?
Hello Sir , This is very informatic .Thank you so much
make a video on zuul gateway
Thankyou so much
Your application.properties doesn’t have eureka server ip where it needs to register. How eureka server GUI shows api-gateway service?
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 .
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?
i am encountering an unknown property issue in application.prop, preventing the API gateway from identifying any services: spring.cloud.gateway.discovery.locator.enable
spring-cloud-starter-gateway (remove mvc after gateway if your dependency has it)
bhai mauj kardi
Please show advance configuration of API GATE way and Resilience4j
Thank you
Thank you. I🎉
excellent explaination ..... sir can u plz bring more project on java full stack using react or angular
I am getting unknown property for error:
spring.cloud.gateway.discovery.locator.enabled=true
I'm also facing same issues how to you resolved that issue.
Found any solution?
I got the solution!!
Reactive Gateway instead of Gateway, when we add the dependencies at the beginning.
You have to use same version he is using in the video , not the latest version
Include Spring security and make video
How to enable security with API gateway?
Can you please add some videos on Spring Cloud Data Flow as well. There are very limited resources for this topic on the internet.
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
Sir api-gateway is not working for me
any suggestions
any thing missed like dependency or something
please reply me any one
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?
@@asatilloakhmedov7589 Mine too...the api via gateway is still not able to get to quiz-service
I think the locator in api gteway is not working for me
did problem solved?
@@aseelsm3375 no
Api gateway returning 404 ,can somebody help me to resolve the issue please?
same here, is it working for you now?
@@DashlineJoveDsouza no
heavy material
Thank you so much for sharing this... could you post videos for user authentication and authorization via Api gateway.