BLOG TAG

Feign

Feign is a declarative web service client. It makes writing web service clients easier. To use Feign create an interface and annotate it. It has pluggable annotation support including Feign annotations and JAX-RS annotations. Feign also supports pluggable encoders and decoders. Spring Cloud adds support for Spring MVC annotations and for using the same HttpMessageConverters used by default in Spring Web. Spring Cloud integrates Ribbon and Eureka to provide a load balanced http client when using Feign.

Here are some articles tagged with "Feign" :

Feign: Spring RestTemplate Alternatives? [Bahasa] image

Feign: Spring RestTemplate Alternatives? [Bahasa]

0 viewed

So, it's 2022 and I just heard about OpenFeign. Guess I'm a bit late but I gave it a try, and...is it more advantageous than RestTemplate? Should you use it? Let's find out.

Published at 8/10/2022, 10:56:00 AM