Move message_queue over to deduplication via intents

Due to each service having multiple distinct clocks, we can't expect a stable
ordering except the ordering an intact message-queue provides. The messages
emitted should be consistent however, solely with unknown order, which is why
we can craft intents based on their contents (already implemented by
processor-messages).
This commit is contained in:
Luke Parker
2023-07-16 20:32:04 -04:00
parent 23b9d57305
commit b0c28a1cf0
4 changed files with 12 additions and 5 deletions

1
Cargo.lock generated
View File

@@ -8689,6 +8689,7 @@ dependencies = [
name = "serai-message-queue"
version = "0.1.0"
dependencies = [
"bincode",
"ciphersuite",
"flexible-transcript",
"hex",