Andrew Shore

Results 24 comments of Andrew Shore

_It should. I noticed that in some scenarios when replaying requests with payload under high concurrency (>50 rps) there could be some performance issues or errors._ **I can try dropping...

Thanks for digging into this @h2non! I reran our simulation with 40 RPS and we only had two 20 second spikes as opposed to the five or six we normally...

@h2non wondering if you've had time to run some different scenarios. We are picking this work back up and would like to use toxy if possible as it's the most...

Per comments from @Wogan in the gitter channel. >@shorea ideally the interface would expose the successful and failed methods so I could have generic code that can inspect a batch...

Looks like we don't support the credentials_source at the moment. I'll go ahead and mark this as a feature request so others can +1 to aide in prioritization. As for...

I'm not sure if presigned URLs support limiting content sizes, I'll have to ask the service team. If you know the exact content length you can always set that and...

This is a feature request to honor more system properties like javax.net.ssl.trustStore. http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/impl/client/HttpClientBuilder.html

@apfritts I believe you can do that via a custom socket factory. https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/ApacheHttpClientConfig.html#withSslSocketFactory-org.apache.http.conn.socket.ConnectionSocketFactory- ```java ClientConfiguration config = new ClientConfiguration(); config.getApacheHttpClientConfig().setSslSocketFactory(....); ```

Hey no longer with the SDK team but I'm pretty sure the SDK now respects the Java system properties for custom trust stores. Can you give that a try and...

The testOneAck(com.amazon.sqs.javamessaging.RangedAcknowledgerTest) test was failing before and after this change.