adimiko / adimiko/TransactionalBox
[Analysis] Message streaming
Abierto
analysis
enhancement
- Lenguaje dominante
- C#
- Estrellas
- 141
- Forks
- 7
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.