Tomaz Fernandes

Results 201 comments of Tomaz Fernandes

Hi everyone. Just to share some of the issues here. ### The Thread Hopping Phenomenon The threading model this solution uses is - when we receive a batch of messages,...

Hey @coolcut69 , I'm not sure exactly what you are referring to. When using single message listener, messages are acknowledged independently of other ones that might be received in the...

Hi @rerodrig. Not sure what you mean. Are you saying that after these two errors, no new messages are polled from the queue? Can you share the full stack trace...

Yup, that's a bug @rerodrig, thanks for reporting and for the detailed logs! When message conversion throws an error the framework does not release the permits so eventually it runs...

Hi @liwamdaman, no updates,I haven't had the time so work on this yet. If anyone would like to submit a PR with a fix I'd be happy to review and...

Opened this PR: https://github.com/awspring/spring-cloud-aws/pull/1090/files Reviews are welcome.

Hey @jeusdi, The issue there is, since you're instantiating the Container manually, the framework doesn't use the conventional Spring handler method conversion you get when using `@SqsListener` If you want...

Closing due to lack of feedback, we can reopen if necessary.

Hi @Sarkhad, a few questions: 1. > I use two same consumers (potentially more) Can you elaborate on what you mean by this? Is it two separate server instances? Or...

Hi @Sarkhad. The logs seem normal - it's acquiring and releasing permits as expected. Would you mind removing the `synchronized` block and removing the critical resource from the logic to...