asalabaev

Results 2 comments of asalabaev

> Looking at the related issues reported I am wondering if this is only a problem when using reactive API. > > Is it possible to draw any conclusions that...

I definitely cannot give any solid advice but just to share what we have implemented as the CommandListener hook ```java public void commandFailed(CommandFailedEvent event) { Throwable cause = event.getCause(); notifyCustomSystem(cause);...