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
Does change feed API support grouping consumers? E.g. like Kafka does.
E.g. I have a feed that should be processed by 2 different groups of processors where
Every single group shoud receive all the messages
Every single group should be load balanced separatly of other groups
E.g. 1 group of consumers is responsible for reading data and updating e.g. Elastic while another one is updating warehouse
From the readme this seems to be not supported
The text was updated successfully, but these errors were encountered:
The LeaseId parameter is the equivalent (if you don't supply one, the consumer group is effectively "")
I'd personally love to see you do a PR to edit in some mention of this into the readme; I'm in the middle of a sortie but am planning to come back and add lots of hard won info which currently only lives in the open issues list (even though it would be nice if MS had someone that has proper time allocated for maintaining this, which doesn't seem to be the case)
Does change feed API support grouping consumers? E.g. like Kafka does.
E.g. I have a feed that should be processed by 2 different groups of processors where
E.g. 1 group of consumers is responsible for reading data and updating e.g. Elastic while another one is updating warehouse
From the readme this seems to be not supported
The text was updated successfully, but these errors were encountered: