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".
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
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 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.
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 !
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.
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.
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..
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 for the microservices playlist. It will be really helpful. I hope you put more playlists on microservices and deployment of microservices projects.❤
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?
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 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 ?
i am encountering an unknown property issue in application.prop, preventing the API gateway from identifying any services: spring.cloud.gateway.discovery.locator.enable
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
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
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
wasted so many hours to get netty server in my application version 3.x at last got the solution here Thanks
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.
You’re the best at explaining concepts. Love it❤
sher ko aj api gateway samajh mei a gya 🦁
You are simply superb. Thanks for teaching in such a easy way. It helps a lot.
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.
It's a very very helpful tutorial for those who wants to understand microservices and the communication between them.. Thanks a lot!.. 🙂
Thankyou for the series Navin sir. please continue the series to adding more videos like Spring actuator API health
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 sir for this great series, felt like i have read a book about microservices
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.
good coverage and nice delivery, more clear.......
Very nice explanation… thank you for entire series
It's very very helpful tutorial sir ...Thanks a lot
Great series.
In Intelliji we can import multiple maven project and run no need to open seperate window
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.
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
Superb content , best ever explanation.
Thank you very much
I have learned so many things from this tutorial
I am waiting for new Videos
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👏
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 i always enjoy from your videos Thank you 😊😊😊😊
It's very very helpful tutorial sir ...Thanks a lot
Thanku Sir for the wonderful sessions.
Short and crystal clear👍👍👌👌
very very informative and great tutorial. thank you so much
thank you so much for this playlist! Learnt a lot!
Earlier you had said you would discuss on circuit breaker, what is it and where do we use it?
Great tutorial. 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?
Tysm for this playlist. I learned a lot.
Sir this series was really helpful
Pls share more of these❤
Sir i have one dout there are 2 instances of question services the api gate way will route to which instance
bhai mauj kardi
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!
W
Waiting for advanced part
Thank you so much sir❤
1st like❤
Short & useful... tnq
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.
thank you very much
Thank you so much!
Thank you so much sir
Thank you ❤
And about the authentication, do we have to use it in api-gateway ????
Hello Sir , This is very informatic .Thank you so much
Thankyou so much
make a video on zuul gateway
can you show how gateway will handle https request and redirect https to backend service
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?
Thank you
Please show advance configuration of API GATE way and Resilience4j
Does service discovery will work if the gateway and hostend microservices are on different servers?
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 ?
one question why lowercase service id is not as default ?
Thank you. I🎉
How to handle exception in mircroserivce?
Sir can use API gateway directly to call ecs fargate task
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 .
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)
excellent explaination ..... sir can u plz bring more project on java full stack using react or angular
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.
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
Api gateway returning 404 ,can somebody help me to resolve the issue please?
same here, is it working for you now?
@@DashlineJoveDsouza no
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
heavy material
Thank you so much for sharing this... could you post videos for user authentication and authorization via Api gateway.