Pulling consumers does not support DeliverGroup #685
Unanswered
yang-xiaodong
asked this question in
Q&A
Replies: 1 comment 1 reply
-
thanks for bringing this up @yang-xiaodong we are missing pull consumer implementation we should implement them eventually. up to now we said we wouldn't have to expose the internals of consumer mechanics but this is a good example that we have to expose push consumers. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see that push-based consumers are not currently supported, and I was wondering if pull-based consumers support DeliverGroup for effects similar to Kafka Consumer Groups (A event sent to multiple groups, with load balancing of consumers within groups).
Beta Was this translation helpful? Give feedback.
All reactions