HttpClient in Spring 7: a replacement for FeignClient or not?
How to move away from FeignClient and adopt the new Spring HttpClient approach
How to move away from FeignClient and adopt the new Spring HttpClient approach
Why saveAll(...) is often the wrong tool for bulk inserts, and how to switch to insertBatch(...).