MassTransit 发布到不同账户的 AWS 主题

huangapple go评论43阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2023年5月21日 08:00:02
  • 转载请务必保留本文链接:https://go.coder-hub.com/76297790.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定