Slide 15
Slide 15 text
Feign
Java to HTTP client binder
● Core part of a former Spring Cloud Netflix module, passed over to the community
● Supports various HTTP clients, including Apache HTTP, Apache HC5, Ok HTTP
● Contracts - support for custom annotations and argument resolution
● Support for a broad range of encoders/ decoders, including Jackson and GSON
● Metrics, including Micrometer support