Home / cs-notes / Architecture / Components / Spring / Cloud / Projects / Load Balancing / compare
same
- client based
- feign is based on ribbon
different
- ribbon
- http client
- rest template
- feign: easier to use
- interface
- annotation
Home / cs-notes / Architecture / Components / Spring / Cloud / Projects / Load Balancing / compare