英文:
MassTransit publish to AWS topics from different accounts
问题
I'm evaluating implementing MassTransit in replacement of native AWS SDK but I'm wondering if it supports configuring cross-account Topics.
This is what I'm trying to achieve:
- Topic TopicA exists in account 1111 (arn:aws:sns::1111:TopicA).
- Topic TopicB exists in account 2222 (arn:aws:sns::2222:TopicB).
- Application AppA, deployed in account 1111, needs to publish both TopicA and TopicB.
英文:
I'm evaluating implementing MassTransit in replacement of native AWS SDK but I'm wondering if it supports configuring cross-account Topics.
This is what I'm trying to achieve:
- Topic TopicA exists in account 1111 (arn:aws:sns::1111:TopicA).
- Topic TopicB exists in account 2222 (arn:aws:sns::2222:TopicB).
- Application AppA, deployed in account 1111, needs to publish both TopicA and TopicB.
答案1
得分: 1
"AFAIK, that isn't supported since MassTransit doesn't allow you to specify the ARN for a topic or queue, only the name."
英文:
AFAIK, that isn't supported since MassTransit doesn't allow you to specify the ARN for a topic or queue, only the name.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论