Spring Boot MicroServices Course : API Gateway using Spring Cloud Gateway

Sdílet
Vložit
  • čas přidán 28. 04. 2024
  • Join this channel to get access to the perks:
    / @sivalabs
    #sivalabs #java #spring #springboot #springcloud #microservices #restapi #rabbitmq #testing #junit #junit5 #maven #testcontainers #docker #kubernetes
    In this video, you will learn:
    ► How to implement API Gateway using Spring Cloud Gateway
    ► Understanding CORS (Cross Origin Resource Sharing)
    ► How to create aggregated Swagger Documentation
    ❤️ Thanks for watching
    References
    =============================================
    ⭐ Source Code: github.com/sivaprasadreddy/sp...
    ⭐ Spring Boot Tutorials: www.sivalabs.in/spring-boot-t...
    Connect with Me
    =============================================
    Blog: www.sivalabs.in
    CZcams: / sivalabs
    Twitter: / sivalabs
    GitHub: github.com/sivaprasadreddy
    LinkedIn: / ksivaprasadreddy
    Must Watch Videos
    =============================================
    🚀 🎬 Spring Boot REST API Anti-Patterns and Best Practices • Spring Boot REST API A...
    🚀 🎬 Modern Spring Boot Application Development using Java 17/21 and Testcontainers • Modern Spring Boot App...
    🚀 🎬 How do I upskill myself, and what tools & techniques do I use? • How do I upskill mysel...
    🚀 🎬 Top 5 Tips to Succeed in Technical Interviews • Top 5 Tips to succeed ...
    Popular Series Playlists
    =============================================
    🚀 🎬 Spring Boot Tips Series Playlist • Spring Boot Tips
    🚀 🎬 Spring Boot + Kubernetes Tutorial Series Playlist • Spring Boot + Kubernet...
    🚀 🎬 Spring Boot - The Missing Guide Series Playlist • Spring Boot - The Miss...
    🚀 🎬 Integration Testing with Testcontainers • Integration Testing wi...
    🚀 🎬 Java Testing Made Easy Playlist • Java Testing Made Easy...
    ⭐ Tags ⭐
    best spring tutorials, best spring boot tutorials, how to learn spring boot, mastering spring boot, complete java testing course, java testing best practices, how to build spring boot rest API, spring cloud tutorials, spring boot docker tutorial, spring boot kubernetes tutorial, how to become proficient in java, how to learn spring boot quickly, how to learn spring boot in-depth
  • Věda a technologie

Komentáře • 8

  • @azdanov
    @azdanov Před 2 měsíci

    I noticed that when using Swagger UI in api-gateway the services URLs bypass the gateway and expose the individual services URL. Is there some way to rewrite it to point back to the generated endpoints from api-gateway? For example if in Swagger UI I select catalog in dropdown, then it shows localhost:8081 as server, which is correct, but won't be reachable from the outside. Correct one would be localhost:8989/catalog in this case.

    • @sivalabs
      @sivalabs  Před 2 měsíci +1

      In the Spring Boot MicroServices Course : Securing MicroServices using Spring Security OAuth2 video (czcams.com/video/_2e7nfgH-u8/video.html), I described a way to customize the Swagger UI Server URL to show Gateway URLs instead of individual service URLs.

  • @VenkateshCh-vy2ef
    @VenkateshCh-vy2ef Před 19 dny

    Fetch error
    Not Found /v3/api-docs/first
    iam getting this error after trying to access the swagger how can i resolve this error

  • @praveens2272
    @praveens2272 Před 2 měsíci

    I think it's highly unlike that organisations build api gateway programmatically. There are bullet proof API gateway products out there which serves the same purpose with fraction of operating cost and with some rich features.

    • @sudeepmaity6243
      @sudeepmaity6243 Před 2 měsíci +1

      In my experience , they are in use in US MNCs where there are private cloud data centers with container orchestration. The orgs in public cloud usually go for APIGateway(AWS) or Apigee(GCP).

  • @azdanov
    @azdanov Před 2 měsíci

    I was curious what was the difference between Gateway and Reactive Gateway. The Reactive Gateway was developed first using the project Reactor and WebFlux. It's has more features at the moment. Gateway is built on classical MVC Servlets, but at the moment it lacks many features from the Reactive Gateway. I'm very curious to see if the new MVC Gateway gets more popular.

    • @sivalabs
      @sivalabs  Před 2 měsíci +1

      Yeah, MVC Gateway is a new one, not as feature rich as Reactive Gateway.

  • @shreyojitdas9333
    @shreyojitdas9333 Před 2 měsíci

    Sir which playlist should I refer to know springboot and everything related to it?