Hi quick question regarding the CorrelationData getFuture in the context of publisher confirms.
You're able to get the result of the future by using the get with and without a timeout. How does it handle the get without a timeout, does it wait indefinitely or is there a default max timeout configured somewhere? I've searched the docs and the code but couldn't verify this.
Thanks