Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/adr/0043-avoid-elasticsearch-on-critical-reads.md
Co-authored-by: Matthieu Baechler <matthieu.baechler@gmail.com>
  • Loading branch information
chibenwa and mbaechler authored Nov 13, 2020
commit 5a03c801a398b203c8794d7b0cd6640a78786f30
2 changes: 1 addition & 1 deletion src/adr/0043-avoid-elasticsearch-on-critical-reads.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Regarding Distributed James data-stores responsibilities:
Provide an optional view for most common `Email/query` requests both on Draft and RFC-8621 implementations.
This includes filters and sorts on 'sentAt'.

This view will be stored on Cassandra, and updated asynchronously via a MailboxListener.
This view will be stored into Cassandra, and updated asynchronously via a MailboxListener.

## Consequences

Expand Down