Thank you #TechPrimers for this video tutorial, helps a lot #TechPrimersKnowledgeSharing #TechPrimersSpringtutorial. Please upload more videos related to spring cloud with different examples
Thank you for all the series tutorials. Can you please post the tutorial for Microservice spring boot application compose in Docker images and deployment.
till video 10:00 get error : org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat unable to find the solution in google. can i get help?
Thank you so much from Mexico for sharing knowledge. I have a problem with the method setFallbackUri when the timeout ends never forward from the controller method but I don't know what is my error :C The postman only sends me the next json. { "timestamp": "2019-12-12T21:24:24.544+0000", "status": 500, "error": "Internal Server Error", "message": "Read timed out" }
hystrix.command is unknown property and application.properties doesn't recognise it. After adding the correct jar also the problem persists. Can you please help?
what if i have an endpoint /all in my controller... will it go to api-gateway and rerouted to what ever route mapping it has for /all OR will it go to my controller directly?? Trying to understanding where is the instruction that all requests should go to api-gateway to find their routing and get redirected.. Thank you
Hey I am encountering PKIX path building failed error .... description: unable to find a valid certification path to requested target ... could you please help
In this situation, the consuming service which uses the gateway has to handle it. Also, this situation is unlikely to happen because you are not manipulating the response from joke-service.
Hey there! I have been trying to get the data on the Hystrix dashboard yet I am constantly failing as Hystrix dashboard shows: Unable to connect to Command Metric Stream, although I am dating ping data in my Hystrix.stream URL. Do you know what's the reason?
@Tech Primers I'm clear until developing microservices. But, the further flow towards Cloud implementation is not clear. Please help me clarify on the below as i have not worked on real-time project: 1. Do we need jars or wars of Microservices? 2. Code changes committed to GitHub. a. How do jenkins pick this code for CI? b. How do Docker pick the jenkins file? 3. Should we install all these Dev-Ops tools independently (or) should these tools be installed inside Docker? 4. How to move Docker (with microservices) to AWS?
Tech Primers. Appreciate for reply. If you don’t mind could you please mention which playlist or videos should I refer for these topics. I’m naive on those video topic.
Thank you #TechPrimers for this video tutorial, helps a lot #TechPrimersKnowledgeSharing #TechPrimersSpringtutorial. Please upload more
videos related to spring cloud with different examples
Thank you so much for sharing knowledge, the way to teach it's really good
Thank you for all the series tutorials. Can you please post the tutorial for Microservice spring boot application compose in Docker images and deployment.
Awesome video. Thanks Ajay.
Great video. Please do a video on data consistency implementation of sagas in microservices
Very precise and informative, thanks for helping out.
Very informative.. thanks ajay
Thanks. Can you make a video for JWT token validation in Spring Gateway Cloud for authenticate service.
till video 10:00 get error : org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
unable to find the solution in google. can i get help?
Thank you so much from Mexico for sharing knowledge.
I have a problem with the method setFallbackUri when the timeout ends never forward from the controller method but I don't know what is my error :C The postman only sends me the next json.
{
"timestamp": "2019-12-12T21:24:24.544+0000",
"status": 500,
"error": "Internal Server Error",
"message": "Read timed out"
}
hystrix.command is unknown property and application.properties doesn't recognise it. After adding the correct jar also the problem persists. Can you please help?
If i want to implement JWT. Do i have to make the authentication in the Spring Cloud Gateway? Could you make a sample video ? It will be great
So nice example
what if i have an endpoint /all in my controller... will it go to api-gateway and rerouted to what ever route mapping it has for /all OR will it go to my controller directly?? Trying to understanding where is the instruction that all requests should go to api-gateway to find their routing and get redirected.. Thank you
Can you urgently put the link here - for the opening soundtrack !!
Good one.can you make cloidgateway with authentication and authorisations for microservices
Hii sir can you please make a video on integrating the swagger in spring cloud gate way
Hello, at 6:33 you're using iTerm2, how you make it the terminal like "Downloads"?
Really good explaination.
Thanks.
Hi Chris, I have setup oh-my-zsh in my iterm2. I have documented the steps here - github.com/TechPrimers/iterm2-setup
Thanks.
Hello! Nice Video! Question tho how do you pass parameters or request body from the path to the microservice?
Bro thanks, is possible to enable hystrix and registry service on same micro service module?
Is fallback method should be in individual microservices or in cloud gateway?
Thank you 🧠👍
@Tech Primers
How to add CORS implementation in Spring cloud Gateway?
Hi, how to configure spring cloud gateway with eureka server for microservices?
Thank you very much for your help it was a really good explanation;;but I have a question about security implementation within it?
Great question. It depends on the cloud platform. We need to add it in the API gateway later or in the application via spring security
Hey I am encountering PKIX path building failed error .... description: unable to find a valid certification path to requested target ... could you please help
crystal clear
不错,讲的很好~~
I used the same application but getting the 404 error every time, please suggest for that?
Please try to make video spring cloud gateway with configserver
What if joke service returned success response but API gateway is failed to retuned that response, in this situation how to handle...
In this situation, the consuming service which uses the gateway has to handle it. Also, this situation is unlikely to happen because you are not manipulating the response from joke-service.
Hey there! I have been trying to get the data on the Hystrix dashboard yet I am constantly failing as Hystrix dashboard shows: Unable to connect to Command Metric Stream, although I am dating ping data in my Hystrix.stream URL. Do you know what's the reason?
Add them in your prop file and check:
management.endpoints.web.exposure.include=*
hystrix.dashboard.proxy-stream-allow-list=*
Awesome
@Tech Primers
I'm clear until developing microservices. But, the further flow towards Cloud implementation is not clear. Please help me clarify on the below as i have not worked on real-time project:
1. Do we need jars or wars of Microservices?
2. Code changes committed to GitHub.
a. How do jenkins pick this code for CI?
b. How do Docker pick the jenkins file?
3. Should we install all these Dev-Ops tools independently (or) should these tools be installed inside Docker?
4. How to move Docker (with microservices) to AWS?
I have videos for all these topics. Take a look at those videos
Tech Primers. Appreciate for reply. If you don’t mind could you please mention which playlist or videos should I refer for these topics. I’m naive on those video topic.
👍
Do Tutorial about resilience4j Hystrix Is outdated bru
Yeah. Agreed. It's in my list
Good video! just be careful with the audio there was a frequent anoying noice
Its not a redirect 🤔