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
I've found that this Pull Request is breaking cqrs_dead_letters retry command.
_get_consumer_settings used to return 2 arguments and with this change it start to return tuple of 3, which is breaking init_broker method in above mentioned command. Exact line: