feat(queue): document general entity layout
This commit is contained in:
parent
2b0146663a
commit
a4bbab4aa2
|
@ -1,5 +1,14 @@
|
|||
# EMQX Durable Shared Subscriptions
|
||||
|
||||
This application makes durable session capable to cooperatively replay messages from a topic.
|
||||
|
||||
# General layout and interaction with session
|
||||
|
||||

|
||||
|
||||
* The nesting reflects nesting/ownership of entity states.
|
||||
* The bold arrow represent the [most complex interaction](https://github.com/emqx/eip/blob/main/active/0028-durable-shared-subscriptions.md#shared-subscription-session-handler), between session-side group subscription state machine and the shared subscription leader.
|
||||
|
||||
# Contributing
|
||||
|
||||
Please see our [contributing.md](../../CONTRIBUTING.md).
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 508 KiB |
Loading…
Reference in New Issue