Spring Cloud Gateway: Resilience and Security • Thomas Vitale • GOTO 2021

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024

ความคิดเห็น • 22

  • @GOTO-
    @GOTO-  2 ปีที่แล้ว +3

    The source code repo is available here: github.com/ThomasVitale/spring-cloud-gateway-goto-cph-2021

  • @hea8973
    @hea8973 2 ปีที่แล้ว +6

    Will there be a link to the github?

  • @cronus663
    @cronus663 2 ปีที่แล้ว +5

    Nice talk, very clearly and understandable, thumbs up!

  • @litlwizl
    @litlwizl 2 ปีที่แล้ว +4

    So nice. So tidy. So useful. This must be one of the most bootiful presentations ever. Thank you.

  • @mukulbichkar7857
    @mukulbichkar7857 ปีที่แล้ว

    Can we have multiple ratelimiters one per route using customKeyResolvers for each one ?

  • @maneshipocrates2264
    @maneshipocrates2264 ปีที่แล้ว +1

    Great talk and example which is very understandable.

  • @mohammadnasr6725
    @mohammadnasr6725 2 ปีที่แล้ว +1

    good conferences . you are explain excellent detail of gateway and concern behind that

  • @dasunwahalathanthrige5872
    @dasunwahalathanthrige5872 2 ปีที่แล้ว +1

    Nice presentation. I got good idea about API gateway and its functionalities.

  • @cscelo
    @cscelo 2 ปีที่แล้ว +1

    A very usefull presentation. I liked so much . Thanks so much.

  • @georgecherian5691
    @georgecherian5691 2 ปีที่แล้ว +1

    Github link will help a lot

  • @corssobv
    @corssobv 2 ปีที่แล้ว +1

    This is so useful! Thank you Thomas!

  • @victorrocha4503
    @victorrocha4503 2 ปีที่แล้ว +1

    Amazing presentation

  • @SLEEPERER
    @SLEEPERER 2 ปีที่แล้ว

    Hi Thomas, what is the best practice of handling fallback?
    Beside cache. What else we can do there.

  • @codecoffee-farsi3392
    @codecoffee-farsi3392 2 ปีที่แล้ว +1

    Fantastic presentation.

  • @albertoneto1180
    @albertoneto1180 ปีที่แล้ว

    How neat and simple is that !!! Omg ❤

  • @devang.jayswal
    @devang.jayswal 2 ปีที่แล้ว

    Can we have a Github link please ?

  • @buddy6670
    @buddy6670 2 ปีที่แล้ว

    github link please

  • @TJ-hs1qm
    @TJ-hs1qm 2 ปีที่แล้ว

    Now let's hope the API gateway isn't failing 😂

    • @SLEEPERER
      @SLEEPERER 2 ปีที่แล้ว +1

      make some instances of them

  • @mrinalsaha5918
    @mrinalsaha5918 2 ปีที่แล้ว

    Thanks a lot for covering api gateway security,
    I have two question,
    1. Can we not just implement securityconfigure class with WebSecurityConfigurerAdapter class and authenticate using jwt instead of using keycloak in the apigateway service project?
    2. Lets assume we have a microserviceB which is also a rest service. We do not want that service end point to be exposed externally, they only just be invoked via internal other micfroservices. How can we achieve this? Is creating filter on such services is a standard solution?