Spring Microservices tutorial for beginners - Using ZUUL | API Gateway

This is a tutorial series for spring microservices. In this video, let us see how to use Zuul as gateway api fro routing the client to the microservices
If you are looking to learn micro services, Please reach us at contact@shristitechlabs.com
Subscribe to our channel for more videos - bit.ly/2VG2WnQ
To learn more about our courses, Connect
Courses - academy.shristitechlabs.com/
Blogs - www.shristitechlabs.com/blog/
Facebook - / shristitechacademy
Instagram - instagram/shristi_techacademy
#springmicroservices
#springmicroservicesforbeginners
#spring
#shristitechacademy
#zuulgatewayapi
#gatewayapiinmicroservices

Пікірлер: 14

  • @KOTIPUSHADAPU
    @KOTIPUSHADAPU Жыл бұрын

    Hi Mam. Communication between services no need to go via gateway right? I hope so that's reason existing code not updated.

  • @ShristiTechAcademy

    @ShristiTechAcademy

    Жыл бұрын

    This is older version. Zuul is in maintenance. Now we need to use Spring cloud gateway API

  • @sailendranathmansingh
    @sailendranathmansingh3 жыл бұрын

    Explanation was excellent. Can you please share all coding related to microservices tutorial ?

  • @ShristiTechAcademy

    @ShristiTechAcademy

    3 жыл бұрын

    Yes, soon

  • @ayuen100home6

    @ayuen100home6

    3 жыл бұрын

    @@ShristiTechAcademy Thanks for the video, it was easy to follow. I'm interested in the source code too :)

  • @ganeshrenikunta167
    @ganeshrenikunta1672 жыл бұрын

    Hii mam,. What about feign? When we will get that video...?

  • @ShristiTechAcademy

    @ShristiTechAcademy

    2 жыл бұрын

    Will upload soon :-)

  • @karthickselvam3938
    @karthickselvam39383 жыл бұрын

    Why we need gateway api to connect to backend microservice

  • @ShristiTechAcademy

    @ShristiTechAcademy

    3 жыл бұрын

    The gateway API is like an entry point from the outside world to the microservice ecosystem. This means it routes all the requests to the appropriate microservices. It also performs the filtering of the requests from the client side to the backend

  • @arunvijay2279

    @arunvijay2279

    Жыл бұрын

    To maintain consistency across client and server side. If backend service port no are changing, then it will affect client side also...so that we using api gateway

  • @baubaudinamo
    @baubaudinamo3 жыл бұрын

    Hello, is this code on git?

  • @indlamaheshkumarreddy9376
    @indlamaheshkumarreddy93763 жыл бұрын

    i think feign is remaining excellet playlist

  • @ShristiTechAcademy

    @ShristiTechAcademy

    3 жыл бұрын

    sure. will complete it :-)

  • @astitvagupta9466
    @astitvagupta94663 жыл бұрын

    When will be the next video coming?