Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Analysis] Message streaming #253

Open
adimiko opened this issue Jun 10, 2024 · 0 comments
Open

[Analysis] Message streaming #253

adimiko opened this issue Jun 10, 2024 · 0 comments
Labels
analysis enhancement New feature or request

Comments

@adimiko
Copy link
Owner

adimiko commented Jun 10, 2024

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

@adimiko adimiko added enhancement New feature or request analysis labels Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analysis enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant