amitarcade

Results 5 comments of amitarcade
trafficstars

Hi Can I work on this bug, please assign to me Thanks

Hi, I tried to reproduce, but it looks to be working fine for me. I could see that Resilience retry is getting used to invoke feign client. I was also...

There can be issue with Wiremock, please check https://github.com/wiremock/wiremock/issues/1789 Maybe try ApacheClient as an alternative

Hi, I would like to contribute on it, pls assign to me, thanks

When I tested, it works fine : Code: @Service @CacheConfig public class Util { Util util; @Autowired ApplicationContext appCont; @Cacheable(value = "pi", key = "#inp") public int calPi(int inp) {...