Schaka / janitorr

Cleans your Radarr, Sonarr, Jellyseerr and Jellyfin before you run out of space
GNU General Public License v3.0
313 stars 7 forks source link

Move to Spring Cloud OpenFeign for Cacheable support #24

Closed Schaka closed 3 months ago

Schaka commented 7 months ago

To improve performance and integration with Spring, the switch should be made to native Spring support for Feign.

Spring Cloud OpenFeign is where it's at. It also supports caching for each HTTP call.

Schaka commented 3 months ago

Conflicts with the way I'm using native images.