Spring Cloud Gateway with Hystrix example | Tech Primers

Поділитися
Вставка
  • Опубліковано 16 жов 2024

КОМЕНТАРІ • 53

  • @e.ch.vidyasagarkorada7341
    @e.ch.vidyasagarkorada7341 3 роки тому

    Thank you #TechPrimers for this video tutorial, helps a lot #TechPrimersKnowledgeSharing #TechPrimersSpringtutorial. Please upload more
    videos related to spring cloud with different examples

  • @amitmalge1707
    @amitmalge1707 5 років тому +2

    Thank you so much for sharing knowledge, the way to teach it's really good

  • @nithishreddy614
    @nithishreddy614 5 років тому +2

    Great video. Please do a video on data consistency implementation of sagas in microservices

  • @ambersingh1493
    @ambersingh1493 3 роки тому +1

    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?

  • @narasimhamurthyk8869
    @narasimhamurthyk8869 4 роки тому

    Completely worth to watch and spring cloud gateway concept is cleared for me
    I tried the sample project spring cloud gateway fallback method executed successful for get methods when I tried for post method it's not working any idea how to use fallback method for post methods

  • @anandjaisy
    @anandjaisy 4 роки тому +1

    Thank you for all the series tutorials. Can you please post the tutorial for Microservice spring boot application compose in Docker images and deployment.

  • @kranthikumar2004
    @kranthikumar2004 4 роки тому +1

    Very precise and informative, thanks for helping out.

  • @alxx736
    @alxx736 3 роки тому

    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

  • @foruvasanth
    @foruvasanth 2 роки тому

    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

  • @praveenkumart4106
    @praveenkumart4106 4 роки тому +1

    Thanks. Can you make a video for JWT token validation in Spring Gateway Cloud for authenticate service.

  • @arrianyvannesaaloya5831
    @arrianyvannesaaloya5831 4 роки тому

    Hello! Nice Video! Question tho how do you pass parameters or request body from the path to the microservice?

  • @SurendraBabuK
    @SurendraBabuK 5 років тому

    Is fallback method should be in individual microservices or in cloud gateway?

  • @shivammishra009
    @shivammishra009 5 років тому +1

    Awesome video. Thanks Ajay.

  • @amithpasam3499
    @amithpasam3499 4 роки тому +2

    Hi I would like to know how can 2 micro services interact with each other in case if they have dependency in Spring cloud gateway. In this video the 2 micro services does not have any dependency.
    Thanks in advance.
    By the way awesome explanation thanks a ton.

    • @akhileshguptaakhi
      @akhileshguptaakhi 4 роки тому +1

      Hello Amith, they can interact with each other using the discovery server. Let's say both services are linked to eureka , then they can talk to each other by using the application ID using resttemplate

  • @rajish15
    @rajish15 5 років тому +1

    Very informative.. thanks ajay

  • @rahulrao_gonda
    @rahulrao_gonda 5 років тому

    Hey I am encountering PKIX path building failed error .... description: unable to find a valid certification path to requested target ... could you please help

  • @dilipkumargupta
    @dilipkumargupta 4 роки тому

    I used the same application but getting the 404 error every time, please suggest for that?

  • @dhineshp8407
    @dhineshp8407 4 роки тому

    Bro thanks, is possible to enable hystrix and registry service on same micro service module?

  • @dhineshp8407
    @dhineshp8407 4 роки тому

    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?

  • @christianyonathan7727
    @christianyonathan7727 5 років тому +1

    Hello, at 6:33 you're using iTerm2, how you make it the terminal like "Downloads"?
    Really good explaination.
    Thanks.

    • @TechPrimers
      @TechPrimers  5 років тому +3

      Hi Chris, I have setup oh-my-zsh in my iterm2. I have documented the steps here - github.com/TechPrimers/iterm2-setup
      Thanks.

  • @anandnerurkar8482
    @anandnerurkar8482 4 роки тому

    Good one.can you make cloidgateway with authentication and authorisations for microservices

  • @bhargavmamidi7716
    @bhargavmamidi7716 3 роки тому

    Hii sir can you please make a video on integrating the swagger in spring cloud gate way

  • @sravankumar1307
    @sravankumar1307 4 роки тому

    Hi, how to configure spring cloud gateway with eureka server for microservices?

  • @joejones5746
    @joejones5746 2 роки тому

    Can you urgently put the link here - for the opening soundtrack !!

  • @DJSS855
    @DJSS855 5 років тому

    So nice example

  • @detectivecoder7271
    @detectivecoder7271 4 роки тому

    Thank you very much for your help it was a really good explanation;;but I have a question about security implementation within it?

    • @TechPrimers
      @TechPrimers  4 роки тому

      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

  • @astitvagupta9466
    @astitvagupta9466 4 роки тому

    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?

    • @dileshsolanki2383
      @dileshsolanki2383 3 роки тому

      Add them in your prop file and check:
      management.endpoints.web.exposure.include=*
      hystrix.dashboard.proxy-stream-allow-list=*

  • @oscarcode7792
    @oscarcode7792 4 роки тому

    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"
    }

  • @tadurirk
    @tadurirk 5 років тому +1

    crystal clear

  • @vinayakmpillai7897
    @vinayakmpillai7897 4 роки тому +1

    Awesome

  • @vinothshepard7451
    @vinothshepard7451 4 роки тому

    @Tech Primers
    How to add CORS implementation in Spring cloud Gateway?

  • @sreekanthreddybijivemula9885
    @sreekanthreddybijivemula9885 5 років тому +1

    What if joke service returned success response but API gateway is failed to retuned that response, in this situation how to handle...

    • @TechPrimers
      @TechPrimers  5 років тому +1

      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.

  • @mnbvcxzzxcvbnm
    @mnbvcxzzxcvbnm 5 років тому +1

    Thank you 🧠👍

  • @smk8880
    @smk8880 4 роки тому

    @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?

    • @TechPrimers
      @TechPrimers  4 роки тому +1

      I have videos for all these topics. Take a look at those videos

    • @smk8880
      @smk8880 4 роки тому

      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.

  • @jiezhao1906
    @jiezhao1906 3 роки тому

    不错,讲的很好~~

  • @amitmalge1707
    @amitmalge1707 5 років тому

    Please try to make video spring cloud gateway with configserver

  • @rahulrao_gonda
    @rahulrao_gonda 5 років тому +1

    👍

  • @christanronald1271
    @christanronald1271 5 років тому +2

    Do Tutorial about resilience4j Hystrix Is outdated bru

    • @TechPrimers
      @TechPrimers  5 років тому

      Yeah. Agreed. It's in my list

  • @asdfasdfasdfasdf219
    @asdfasdfasdfasdf219 4 роки тому +2

    Good video! just be careful with the audio there was a frequent anoying noice

  • @amitmahajan3115
    @amitmahajan3115 3 роки тому

    Its not a redirect 🤔