What changed with the PutSQS processor from 1.19.1 to 1.26.0? I upgraded to 1.26.0 and all my PutSQS processors started to get a connection timeout.
I removed the related aws nar files for 1.26.0 and put the aws nar files for 1.19.1 in the 1.26.0 cluster and the PutSQS works again. Tested the PutSQS in a 2.0.0M3 cluster with same connection time out. I tried to increase the Communications timeout but that did not make a difference. I would like to get this working in 2.0.0M3. I'm using an instance role and I can send an SQS message to a queue using the AWS cli. Trimmed error message in 2.0.0M3 (Java 21.0.3. Linux OS) "Failed to send messages to Amazon SQS; routing to failure software.amazon.awssdk.core.exception.SdkClientException: Unable to execute HTTP request: connection timed out" Thanks for any input.