Spring Retry & RestClient (Part 2): Custom HTTP Exceptions, Error Handlers, JDK/Apache HttpClients

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

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

  • @jurgen5557
    @jurgen5557 3 หลายเดือนก่อน

    I fell a little behind watching your videos - but I catch up now. Retry is another wonderful, advanced topic. Thanks for sharing. One little recommendation - as I see you always struggling to import classes manually when adding/uncommenting code. I used to do that too for years. But there is a setting in IntelliJ: Enable "Add unambiguous imports" (and maybe Optimize imports) in Settings>Editor>General>AutoImport 😄

    • @linhvudev
      @linhvudev  3 หลายเดือนก่อน

      thank you very much! I just applied both "unambiguous import" and "optimize imports" 😆

  • @rsrini7
    @rsrini7 4 หลายเดือนก่อน

    Thanks for the wonderful explanations with debug in detail

    • @linhvudev
      @linhvudev  4 หลายเดือนก่อน

      glad you liked it!

  • @yuriandrade8337
    @yuriandrade8337 หลายเดือนก่อน

    Im using RestClient now, but i do miss the retry structure built in WebClient, it was more straightforward