Соединитель SNS выбрасывает исключение соединения - PullRequest
0 голосов
/ 03 января 2019

Я пытаюсь опубликовать сообщение в теме Amazon SNS с помощью соединителя mulesoft sns.

но при тестировании соединения я получил следующее исключение:

org.mule.api.ConnectionException: Invalid Topic Arn or Topic belongs to different region than mentioned in Region Endpoint attribute. 

 at org.mule.modules.sns.Config.testConnect(Config.java:94)
 at org.mule.modules.sns.connectivity.ConfigAmazonSNSConnectorAdapter.test(ConfigAmazonSNSConnectorAdapter.java:29)
 at org.mule.modules.sns.connectivity.AmazonSNSConnectorConfigConnectionManagementConnectionManager.test(AmazonSNSConnectorConfigConnectionManagementConnectionManager.java:327)
 at org.mule.tooling.metadata.api.utils.ConnectionTester.internalTestConnection(ConnectionTester.java:88)
 at org.mule.tooling.metadata.api.utils.ConnectionTester.testConnectionFor(ConnectionTester.java:113)
 at org.mule.tooling.messageflow.action.TestConnectorConnectionFromMuleConfigAction$1$1$1$1.call(TestConnectorConnectionFromMuleConfigAction.java:68)
 at org.mule.tooling.messageflow.action.TestConnectorConnectionFromMuleConfigAction$1$1$1$1.call(TestConnectorConnectionFromMuleConfigAction.java:1)
 at org.mule.tooling.utils.SilentRunner.run(SilentRunner.java:25)

Тема действительно действительна.Я скопировал с консоли Amazon.и регион также скопирован из темы arn.

Кто-нибудь раньше использовал sns-разъем?Что может быть причиной.Любое предложение полезно

...