You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I fire the workers up for the first time they all hit "TopicDeclare" and try and create the topic, which makes two of them crash with Conflict errors:
They start up again fine, as the next time they run they can see the topic already there so don't try and create it.
I guess the topic creation needs some code to handle conflicts and back off for a period then re-check if the topic exists?
The text was updated successfully, but these errors were encountered:
I have multiple workers that subscribe with the following code:
When I fire the workers up for the first time they all hit "TopicDeclare" and try and create the topic, which makes two of them crash with Conflict errors:
They start up again fine, as the next time they run they can see the topic already there so don't try and create it.
I guess the topic creation needs some code to handle conflicts and back off for a period then re-check if the topic exists?
The text was updated successfully, but these errors were encountered: