Tomaz Fernandes

Results 201 comments of Tomaz Fernandes

Hey @shehrooz-10p - this is really not supported by the framework at the moment, and for now there's now way for the listener to disambiguate the listener methods by payload...

Hey @maciejwalkowiak, to be honest I think with Virtual Threads the use case for async-based APIs should decrease a lot, or am I missing anything? Maybe we can hold this...

> You mean that every sync call can be easily wrapped with CompletableFuture::supplyAsync for example by user and the effect would be similar to using async client? That's partially true,...

Hey @XUmeng96, sorry for the delay. You're right in that there's a racing condition there where the ack processor may stop before all acks are added to the queue. Maybe...

Hey @MarcelLorke6666, thanks for your report. I should have time to look into this this week. > as I don't see why we can only have a weak guarantee here....

Thanks @mgrundie-r7, let us know how that works for you. I'm looking into another ack issue and should be able to look into this this one this weekend or so....

Hey everyone, I haven't had the time to work on this yet. The fix itself doesn't look too complex, but it should be well tested so we don't have a...

Hey everyone, finally had the time for this fix. There are no other acknowledgement problems on the radar, so hopefully all is well now 🙌🏼 Here's the [PR with the...

Fixed in https://github.com/awspring/spring-cloud-aws/pull/1082.

Well, this restriction is there for a reason :) I'll need to give some thought on how to handle this properly.