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
Yeah.. I know few users who've tried to do that and turns out it can't.
While the needs of this feature is totally understandable, as currently decaton uses one consumer to consume both the original topic and the retry topic, separating consumer instance for these will be non-trivial change.
As a workaround, I think you can create and run a decaton subscription for the retry topic besides the original subscription that consumes the original topic and produces retry tasks to the another touchable cluster. Would it be inconvenient?
Retry producer can be configured to use a different cluster but retry consumer cannot. (shares the consumer with the original one)
While this is saves resources in most cases, it prevents enabling retry feature on a cluster you can't freely create topics on.
The text was updated successfully, but these errors were encountered: