Princelo

Results 2 issues of Princelo

``` @Autowired FeignClient client; public Message consumption_must_success_eventually(CommandMessage cm) { .... // it may throw an exception (like a momentary network glitch) client.invokeRpc(); withSuccess(); } ``` Thanks!