orpiske opened a new issue #1156:
URL: https://github.com/apache/camel-kafka-connector/issues/1156


   Failure on Apache CI: 
https://ci-builds.apache.org/job/Camel/job/Camel-Kafka-Connector%20Daily/job/main/4/testReport/org.apache.camel.kafkaconnector.aws.v2.sns.sink/CamelSinkAWSSNSITCase/testBasicSendReceiveUsingKafkaStyle/
   
   Short exception snippet: 
   
   ```
   Caused by: software.amazon.awssdk.services.sns.model.SnsException: null 
(Service: Sns, Status Code: 404, Request ID: 
7a62c49f-347e-4fc4-9331-6e8eEXAMPLE, Extended Request ID: null)
           ...
           at 
software.amazon.awssdk.services.sns.DefaultSnsClient.subscribe(DefaultSnsClient.java:2555)
 ~[sns-2.16.46.jar:?]
           at 
org.apache.camel.component.aws2.sns.Sns2Endpoint.doInit(Sns2Endpoint.java:177) 
~[camel-aws2-sns-3.10.0-SNAPSHOT.jar:3.10.0-SNAPSHOT]
           at 
org.apache.camel.support.service.BaseService.init(BaseService.java:83) 
~[camel-api-3.10.0-SNAPSHOT.jar:3.10.0-SNAPSHOT]
           at 
org.apache.camel.support.service.ServiceHelper.initService(ServiceHelper.java:84)
 ~[camel-api-3.10.0-SNAPSHOT.jar:3.10.0-SNAPSHOT]
           at 
org.apache.camel.impl.engine.AbstractCamelContext.internalAddService(AbstractCamelContext.java:1441)
 ~[camel-base-engine-3.10.0-SNAPSHOT.jar:3.10.0-SNAPSHOT]
           at 
org.apache.camel.impl.engine.AbstractCamelContext.addService(AbstractCamelContext.java:1383)
 ~[camel-base-engine-3.10.0-SNAPSHOT.jar:3.10.0-SNAPSHOT]
           at 
org.apache.camel.impl.engine.AbstractCamelContext.addService(AbstractCamelContext.java:1378)
 ~[camel-base-engine-3.10.0-SNAPSHOT.jar:3.10.0-SNAPSHOT]
           at 
org.apache.camel.impl.engine.AbstractCamelContext.addService(AbstractCamelContext.java:1373)
 ~[camel-base-engine-3.10.0-SNAPSHOT.jar:3.10.0-SNAPSHOT]
           at 
org.apache.camel.impl.engine.AbstractCamelContext.doGetEndpoint(AbstractCamelContext.java:946)
 ~[camel-base-engine-3.10.0-SNAPSHOT.jar:3.10.0-SNAPSHOT]
   ```
   
   Seems to be caused when the AWS SNS SDK fails to subscribe to the queue.
   
   


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to