Ilia Averianov a8d4afc7c0 Merge pull request #13967 from savonarola/1004-shared-subs-improve-distribution-algorithm 1 anno fa
..
docs a4bbab4aa2 feat(queue): document general entity layout 1 anno fa
src a8d4afc7c0 Merge pull request #13967 from savonarola/1004-shared-subs-improve-distribution-algorithm 1 anno fa
test 28428858a4 fix(dssubs): disable API as well if durable queues are disabled 1 anno fa
BSL.txt 9cdfbb0845 feat(sessds): make ds session be aware of shared subscriptions 1 anno fa
README.md 8705956cdc feat(queue): update docs 1 anno fa
mix.exs 420493deb4 chore: add missing mix files to new apps 1 anno fa
rebar.config 9cdfbb0845 feat(sessds): make ds session be aware of shared subscriptions 1 anno fa

README.md

EMQX Durable Shared Subscriptions

This application makes durable session capable to cooperatively replay messages from a topic.

General layout and interaction with session

The general idea is described in the EIP 0028.

On the code level, the application is organized in the following way:

General layout

  • The nesting reflects nesting/ownership of entity states.
  • The bold arrow represent the most complex interaction, between session-side group subscription state machine (GroupSM) and the shared subscription leader (Leader).

Contributing

Please see our contributing.md.

License

EMQ Business Source License 1.1, refer to LICENSE.