Skip to content

Axon Server Standard Edition 4.5.16

Compare
Choose a tag to compare
@MGathier MGathier released this 02 Sep 11:59
· 917 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.