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
We have circumstances where a topic is deleted and recreated, it would be nice to be able to gracefully handle the :topic_not_found error in those cases. Allowing for that in the consumer and an optional callback to ignore would be sufficient. Let me know if this would be acceptable and I can do a pull request.
The text was updated successfully, but these errors were encountered:
I've spotted this as well, and think I might have a solution as part of #298, in which it can be setup to retry attempting to connect to a topic until present.
I ended up using a module that delays the retry by monitoring the consumer rather than directly placing it in the supervisor tree. This is working for me.
We have circumstances where a topic is deleted and recreated, it would be nice to be able to gracefully handle the :topic_not_found error in those cases. Allowing for that in the consumer and an optional callback to ignore would be sufficient. Let me know if this would be acceptable and I can do a pull request.
The text was updated successfully, but these errors were encountered: