holomekc

Results 12 comments of holomekc

Awesome. Thank you for the quick answer.

I could work around by setting it to an empty string. At least this is what I could see was done with other methods.

We have the same issue. After downloading the lambda code and adding some logging I can see: Connection to db failed: SCRAM authentication requires libpq version 10 or above Edit:...

I think this is a request for wiremock itself. I mean you can write something into the metadata section, but this is not really that great. If I would touch...

As a workaround I just added this ParameterResolver and registered it via ExtendWith to my test base class: ```java public class PactNoPactsWorkaround implements ParameterResolver { @Override public boolean supportsParameter(final ParameterContext...

Hi I started with an implementation: https://github.com/holomekc/smallrye-reactive-messaging/commits/feature/AWS I think I have no issues with the actual implementation. But there are some concepts which confuses me a little bit. So maybe...

Questions: 1. Project structure I created an AWS module and a nested SQS module. Should I flatten the structure? I like the nested approach. What do you think 2. OpenTelemetry...

I did not create a pr yet, because I did not write tests etc. yet. As @adampoplawski mentioned I wrote some questions. I needed to chill a little bit. I...