The following code will wait indefinitely when an exception is thrown in a merger ```java reactor.submit(payload) .resultFuture .await() ``` The exception can be seen in logs, but still `await` does not seem to complete (will provide more details later)