Tagged articles
1 articles
Page 1 of 1
Java Architecture Diary
Java Architecture Diary
Mar 5, 2020 · Backend Development

Mastering OpenFeign: From a Simple Demo to Full Spring Cloud Integration

This article walks through a complete OpenFeign tutorial, starting with a basic demo that fetches GitHub contributors and creates issues, then dives into Feign's internal configuration, dynamic proxy generation, annotation parsing, request handling, logging, client execution, error decoding, and finally explains how Spring Cloud OpenFeign initializes and extends these capabilities with Hystrix and Sentinel support.

Feign ClientsJavaOpenFeign
0 likes · 15 min read
Mastering OpenFeign: From a Simple Demo to Full Spring Cloud Integration