jtjeferreira opened a new pull request, #830: URL: https://github.com/apache/pekko-connectors/pull/830
depends on #829 This PR adds support for HTTP/2 protocol in AWS SDK HttpClient. Since the pekko-http support for http/2 is different than for http (it only support " Host-Level" and not "Request-Level" API) the implementation is a bit more tricky. However, I found a problem when writing integration tests: the test `KinesisITTest#list streams in parallel` runs successfully in about 2 seconds, but if I increase number of clients from 5 to 6 it gets stuck and takes more than 60s to finish... Can someone confirm they see this same behavior: * configure AWS credentials * run `aws-spi-pekko-http/it:testOnly org.apache.pekko.stream.connectors.awsspi.kinesis.KinesisITTest -- -z "list streams"` * it should take 2s ✅ * change "list streams" test to use 6 clients instead of 5 * run test again * test pass, but takes more than 60s ❌ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org