-
Notifications
You must be signed in to change notification settings - Fork 440
CreateTopic is called #1022
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
At least that's my assumption, since I'm not familiar with SNS/SQS - but almost every enqueue package behaves this way. Unless it enqueue actually tries to create a topic on a broker and causes you an issue, I'm closing this. |
@Steveb-p : It actually does a
|
Actually, SNS component creates a topic in order to fetch the ARN: which is called in Please reopen the issue. |
@Steveb-p It does create an sns topic is it possible to reopen this issue? |
[sns] added possibility to define already existing topics (prevent create topic call) #1022
fixed in #1147 |
I've just installed and configured enqueue. Why is
CreateTopic
called ? I already created the SNS topic but enqueue call it anyway.The text was updated successfully, but these errors were encountered: