Axon Server Standard Edition 4.6.3
MGathier
released this
05 Sep 07:18
·
588 commits
to master
since this release
- Fix: reading aggregate events searches for older events when the last event sequence number
is the same as the snapshot sequence number - New property for index, axoniq.axonserver.event.segments-for-sequence-number-check, defines the number of segments
that Axon Server will check for events on an aggregate when an event with sequence number 0
is stored. The default value for this property is 10.
For performance reasons, if you increase this property to a value higher than 100 it is recommended
to also increase the axoniq.axonserver.event.max-bloom-filters-in-memory property.