Tomaz Fernandes

Results 201 comments of Tomaz Fernandes

Hi @maciejwalkowiak, would you be willing to look into a community contribution for this, or is it something you're planning on getting done by the core team? I have some...

Sounds good! I'll open a draft PR with an MVP of what I have in mind then, and if it looks like a good approach we can work our way...

Quick question @maciejwalkowiak - there seems to be an error related to setting the AWS region on the `CI` build. Since this is a proverbial case of `it works on...

> @arunkpatra plans to take a look so let's keep him in the look. Sure, no hurry. > > Regarding AWS region on CI - it is somewhat on purpose....

> Sure, I'm using `LocalStack` for the tests. I guess this should be related to the changes in configuration properties you mentioned - I'll try that and update the PR....

> @tomazfernandes I pushed fixing tests to your branch Nice, thanks @maciejwalkowiak!

> thanks for your contribution @tomazfernandes ! Thanks a lot for looking into this @eddumelendez! > I have left some small comments. Sure, I'll address them, thanks. > I would...

I've made a few adjustments to performance and ran some preliminary tests against `AWS`. For a load of `1K` messages with a `1s` processing time (`Thread.sleep`), the result was: `10.241481457...

I think my next move here would be taking yet another page from the `Spring Kafka` project and replacing the `MessageHandler` interface by a `BeanPostProcessor` for annotation processing / `Endpoint`...

> Implementation looks like you're definitely know what you're doing, but I am getting lost in abstractions. > Yeah, well, I definitely mostly know what I'm doing 😄 The bits...