Introduction When I first learned about spring-cloud-openfeign, I found it very appealing. Because it supported some annotations from spring-mvc, it was easy to learn. In addition to that, one application can make HTTP calls with minimal efforts: which is to add a dependency, create a Java interface, and annotate appropriately. …