-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Component/s: Elasticsearch
-
Tags:
-
Sprint:nxplatform next
-
Story Points:3
When creating a new document it's possible to get an update indexing command before the insert.
While insert followed by updated are merged into one indexing command,
update followed by insert are not merged resulting in indexing twice the same document projection.
The case is viewable when creating a Note document, during creation step the automatic versioning creates an update, then an insert command.
This should be avoided.
- is required by
-
NXP-32509 Implement indexing logic using Domain Event
- Resolved