thoughtworks / metrik

An easy-to-use, cross-platform measurement tool that pulls data out of CD pipelines and analysis the four key metrics for you.
MIT License
354 stars 87 forks source link

Replace RestTemplate with FeignClient #82

Closed hyrepo closed 2 years ago

hyrepo commented 3 years ago

Is your feature request related to a problem? Please describe. Currently, we're using RestTemplate for API calls in backend to retrieve data from CI/CD systems, which caused many template codes.

Describe the solution you'd like Replace RestTemplate with FeignClient in backend, so we can reduce code for API calls.