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
Waltz does not currently support consumer groups. Every application service receives every transaction ID, and they have to divvy up who processes which message (if they all share the same backing DB).
It would be nice to provide a convenience mechanism somewhere to allow consumers to filter out who gets what transaction IDs.
Should start with a spike to decide how to implement this.
The text was updated successfully, but these errors were encountered:
Waltz does not currently support consumer groups. Every application service receives every transaction ID, and they have to divvy up who processes which message (if they all share the same backing DB).
It would be nice to provide a convenience mechanism somewhere to allow consumers to filter out who gets what transaction IDs.
Should start with a spike to decide how to implement this.
The text was updated successfully, but these errors were encountered: