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. ❤
@varunbhardwaj22679 ай бұрын
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
@pad57249 ай бұрын
Rest client will be my main topic for February! Thank you Dan
@technogeek83069 ай бұрын
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.
@dflachbart9 ай бұрын
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...
@calintamas75769 ай бұрын
Thx, Dan for this video!
@PranavInamdar-g2c4 ай бұрын
Thanks dan for sharing the knowledge. Really helpful!!
@EricSouzarys9 ай бұрын
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?
@SaurabhSingh-q4v9 ай бұрын
Very informative Thank you Dan
@Nothing_Else_Matters9 ай бұрын
Thank you.. it is very helpful
@haroldpepete9 ай бұрын
in some.videos you're a java champion and in others a spring developer, what is your secret identity?
@georgigeorgiev98593 ай бұрын
What about a global response interceptor - for example to log a certain header.
@ainigma1002 ай бұрын
Thank you for the video Dan! Is it possible to read the response body of the interceptor? I was trying to read the response body but I was not able to do that. ClientHttpResponse response = execution.execute(request, body); Does anyone know how to do it? Assume that for auditing purpose I want to save in the database the request details and the response details (headers, path variables, query params, response body etc.) Thank you in advance!
@maneshipocrates22649 ай бұрын
Thanks for the video.
@markkuuss9 ай бұрын
Hey Dan, do you have paid courses in plateforms like Pluralsight or Udemy?