Jeffrey D
Jeffrey D
I retested it with: * Spring Boot `2.7.5` * Spring Cloud `2021.0.4` * `spring-cloud-stream` dependency built with the `3.2.x` branch (HEAD is d37e785a7d5f454f3058aeb0ffdd71ca96ebea37) But the bug is still happening.
I retested it. Looks like its working now. Thanks @olegz
#227 added support for Spring Boot `3.x` & Spring Cloud `2022.x`. Does that fix this?
We should upgrade this project to build against `spring-cloud-dependencies` `2021.0.7` (or later) to fix this.
> The failed Flow should be closed correctly. Yeah, this is a bug. It's failing to cleanup the flows if there's a failure during binding creation after the flow is...
@GreenRover The `client-ack` branch is already merged with PR #46. Please use `stage-2.0.0` for your base branch.
@PhilippeKhalife This issue is still relevant, though the conversation tangented to implementing publisher confirmations. I've updated the issue description to clarify what this issue is for.
Actually I wonder if Spring Boot can support multiple types. If it can, I wonder if we can add support for Enum values for each of these or resolve these...