You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@garyrussell i know, that is what i checked first. But this solution ist not very straight forward. If i as developer should use thinks like this, i dont know if i like it. But i will add it to the possibility options's.
+1 for this kind of feature. Would also be a plus for this to expose a CompletableFuture, so it can be easy to use with reactive: Mono.fromFuture(completableFuture)
Following is related to: SolaceProducts/solace-spring-cloud#35
I want to do some brain storming how to solve this problematic most elegant.
The Problem:
Possible improvement A:
https://github.com/spring-projects/spring-integration/blob/a66e82b0aad0eb3ffb909dd5568c14b6713259c0/spring-integration-core/src/main/java/org/springframework/integration/channel/AbstractSubscribableChannel.java#L70
Possible improvement B:
Rewrite all the sender code including StreamBridge to not return "boolean" but instead "Future"
Possible improvement C:
An äquivalent to:
https://docs.spring.io/spring-cloud-stream-binder-rabbit/docs/3.1.0/reference/html/spring-cloud-stream-binder-rabbit.html#publisher-confirms
But i opened this issue to find a better solution that also could be used from rabbit.
The text was updated successfully, but these errors were encountered: