Otavio Rodolfo Piske created CAMEL-15391:
--------------------------------------------
Summary: camel-aws2-sqs: amazonAWSHost is not set
Key: CAMEL-15391
URL: https://issues.apache.org/jira/browse/CAMEL-15391
Project: Camel
Issue Type: Bug
Components: camel-aws2
Affects Versions: 3.4.2
Reporter: Otavio Rodolfo Piske
I noticed that the option amazonAWSHost is not set for the aws2-sqs component.
Even though it is set, looking at the logs I have this:
{code:java}
2020-08-10 17:56:40,399 [ool-38-thread-1] DEBUG
software.amazon.awssdk.http.apache.internal.net.SdkSslSocket - created:
sqs.us-east-1.amazonaws.com/52.46.157.96:443
2020-08-10 17:56:40,493 [22-d77deac8917f] WARN
org.apache.kafka.clients.NetworkClient - [Consumer
clientId=consumer-bfaf2b64-f5ce-4d5c-8d22-d77deac8917f-4,
groupId=bfaf2b64-f5ce-4d5c-8d22-d77deac8917f] Connection to node 0
(localhost/127.0.0.1:39079) could not be established. Broker may not be
available.
2020-08-10 17:56:40,539 [cf-e03742d0c9b1] WARN
org.apache.kafka.clients.NetworkClient - [Consumer
clientId=consumer-7e6786ce-c9ba-47a0-b0cf-e03742d0c9b1-8,
groupId=7e6786ce-c9ba-47a0-b0cf-e03742d0c9b1] Connection to node 0
(localhost/127.0.0.1:45741) could not be established. Broker may not be
available.
2020-08-10 17:56:40,598 [ool-38-thread-1] DEBUG
software.amazon.awssdk.http.apache.internal.net.SdkSslSocket - shutting down
output of sqs.us-east-1.amazonaws.com/52.46.157.96:443
2020-08-10 17:56:40,598 [ool-38-thread-1] DEBUG
software.amazon.awssdk.http.apache.internal.net.SdkSslSocket - shutting down
input of sqs.us-east-1.amazonaws.com/52.46.157.96:443
2020-08-10 17:56:40,599 [ool-38-thread-1] DEBUG
software.amazon.awssdk.http.apache.internal.net.SdkSslSocket - closing
sqs.us-east-1.amazonaws.com/52.46.157.96:443
{code}
This is slightly similar to CAMEL-14002.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)