Category "netflix-feign"

Access URITemplate or RequestLine value in Feign RequestInterceptor / RequestTemplate

I'm developing an app against a cloud application that has hard api rate limits in place. In order to have my team get a feeling for how close we are in regards

Feign QueryMap usage with POJO

I've found in FEIGN-README that I can do stuff like: interface MarketDataRestClient { @RequestLine("GET /api/v1/depth") fun getOrderBook(@QueryMap orde

com.netflix.client.ClientException: Load balancer does not have available server for client: account-service

I am getting the below error when http://localhost:6161/customer/1001 calling the URL. I've taken a reference from the link: https://github.com/PacktPublishing