h0n9/msg-lake

Support subscriber group

Closed this issue · 2 comments

h0n9 commented
Support subscriber group
h0n9 commented

this should be implemented in advance of building notifier server

h0n9 commented

this issue is expected to be solved on client side. clients would load balance sending messages to dedicated topic by appending to the topic a suffix which partitions the topic.

e.g.

topic: hello-world
topic partitions:
  - hello-world-0
  - hello-world-1
  - hello-world-2