Matthias Lüneberg

Results 17 comments of Matthias Lüneberg

Hi @anderha, many thanks for the info. I will have a look at this and come back to you.

Hi @kra3, thanks for your idea to improve this library! I did a little investigation and found that `ProxyConfiguration` is part of `netty-nio-client`. This makes it not easily possible to...

Hi @pjfanning, yes sure I am open to it. What would need to be done for this?

Thanks for your link. Are there discussions or solutions how a library could look like to support both Akka and Pekko? I haven't really followed the discussions what was changed...

Hi @pjfanning, sorry for the very slow communication and action on this. If you still want, I can take over. What would be the best thing todo? I fork your...

Thanks for the PR @jtjeferreira. I am currently on vacation. I will have a look next week.

I just found this: https://doc.akka.io/docs/akka-http/current/client-side/http2.html. I am wondering now, if our approach here is not really the thing we expect it to do?

Hi @jtjeferreira, I tried the approach I mentioned above in this branch: https://github.com/matsluni/aws-spi-akka-http/tree/protocol_other_approach. What do you think about this? The local tests using Http/2 are now do not finish anymore...

Hi @gabfssilva, thanks for giving this a thought. Yes, we would need multiple pools, each for every aws service endpoint (also possible multiple regions per service). A first naive idea...

I had another idea how a design for this could look like. What if we extend the builder of the Akka async client with something like `withCachedPoolSettings` (maybe a more...