Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consumer Groups #136

Open
yahorsi opened this issue Apr 12, 2019 · 1 comment
Open

Consumer Groups #136

yahorsi opened this issue Apr 12, 2019 · 1 comment

Comments

@yahorsi
Copy link

yahorsi commented Apr 12, 2019

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

  1. Every single group shoud receive all the messages
  2. 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

@bartelink
Copy link

bartelink commented Apr 12, 2019

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants