adimiko / adimiko/TransactionalBox
[Analysis] Message streaming
Open
analysis
enhancement
- Dominant language
- C#
- Stars
- 141
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Adding an “Sequence” column to the database.
Unordered messages:
The column will take the value NULL
Ordered messages:
The column will take increasing integer values for the stream.
There will be two processes on the inbox side, one for unordered messages and one for ordered messages.
Adding the Stream method to the IOutbox interface.
Or
Separate tables
Theme for analysis
Contributor guide
Assessment
This issue has not been assessed yet.