Spring Boot Rest Client Interceptors

Поделиться
HTML-код
  • Опубликовано: 29 янв 2024
  • In this tutorial you will learn how to create a Rest Client Interceptor in Spring Boot. This will allow to modify the outgoing request and/or the incoming response. This will allow you to add your own custom logic to your HTTP client calls.
    🔗Resources & Links mentioned in this video:
    GitHub Repository: github.com/danvega/rest-clien...
    Rest Client Examples: github.com/danvega/rest-clien...
    Rest Client Documentation: docs.spring.io/spring-framewo...
    👋🏻Connect with me:
    Website: www.danvega.dev
    Twitter: / therealdanvega
    Github: github.com/danvega
    LinkedIn: / danvega
    Newsletter: www.danvega.dev/newsletter
    SUBSCRIBE TO MY CHANNEL: bit.ly/2re4GH0 ❤️
  • НаукаНаука

Комментарии • 15

  • @thelanelim92
    @thelanelim92 4 месяца назад +7

    Hi Dan, this is a bit more advanced, thanks… it’s nice to see this type of content in a sea of hello world examples which take you nowhere. ❤

  • @varunbhardwaj2267
    @varunbhardwaj2267 4 месяца назад +3

    Dan thanks for another wonderful insight about RestClient. Only expectation from many developers is Spring Boot can provide the necessary Infrastructure to support commonly used interceptors under the hood such as JWT token propagation, Oauth related mechanisms..etc. Webclient already has such functionality through builder pipeline. Hope this could be considered in future release for RestClient

  • @pad5724
    @pad5724 4 месяца назад +1

    Rest client will be my main topic for February! Thank you Dan

  • @calintamas7576
    @calintamas7576 4 месяца назад +2

    Thx, Dan for this video!

  • @technogeek8306
    @technogeek8306 4 месяца назад

    Thank you Dan for uploading the tutorial. This is very helpful.
    Simple use case wherein we can use this: Logging request type, url and response time which is very useful while debugging something in production.
    For me, something more to explore:
    Understanding how rest client interceptor behaves when we get 4xx, 5xx and timeout errors.

  • @dflachbart
    @dflachbart 4 месяца назад +3

    Thanks Dan for your videos!! Very excited about the new Rest Client in 3.2, so appreciate your various tutorials about it... For a long time everyone was saying that the RestTemplate is going to be deprecated (which now doesn't really seem true any more right?), so we moved on to using the WebFlux WebClient in every new project. To be honest I was never really happy about it, it always kind of felt wrong to use a reactive tool and just tack on a '.block()' to use it synchronously.... 😉 But now with the Rest Client it seems we have a nice and modern alternative again that I will try to advocate for in our new projects!
    On a side note, do you happen to know if Spring Boot 3.2 supports automatic Observability instrumentation for the Rest Client like it does for the WebClient? We just started just using Observability in our projects and this would be great...

  • @user-kl2uu7lj4b
    @user-kl2uu7lj4b 4 месяца назад

    Very informative
    Thank you Dan

  • @Nothing_Else_Matters
    @Nothing_Else_Matters 4 месяца назад

    Thank you.. it is very helpful

  • @maneshipocrates2264
    @maneshipocrates2264 4 месяца назад

    Thanks for the video.

  • @matadorxp1
    @matadorxp1 4 месяца назад

    Nice video!!

  • @EricSouzarys
    @EricSouzarys 4 месяца назад +2

    Thanks for the video. Do you have any documentation link on how to use interceptors to deal with authencation based on tokens that need to be refreshed after expires?

  • @markkuuss
    @markkuuss 4 месяца назад

    Hey Dan, do you have paid courses in plateforms like Pluralsight or Udemy?

  • @haroldpepete
    @haroldpepete 4 месяца назад +1

    in some.videos you're a java champion and in others a spring developer, what is your secret identity?

  • @er.sahilmd
    @er.sahilmd 3 месяца назад

    The link for github are wrong