Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When not setting the order by the sorting of the query is not always the primary key depending on the order in the index. For me as simple category stream query retuned the following order and thats why the projector not getting all events in the correct order: +--------------+ |sequencenumber| +--------------+ |83 | |63 | |1018 | |209 | |161 | |1 | |71 | |623 | |59 | |67 | |922 | |178 | |225 | +--------------+
- Loading branch information