tore.eventstore-client_3.8.0.1.source-code.reference.conf Maven / Gradle / Ivy
### Akka specific settings ###
eventstore {
# The size of the buffer in element count
buffer-size = 100000
# Strategy that is used when elements cannot fit inside the buffer
# Possible values DropHead, DropTail, DropBuffer, DropNew, Fail
buffer-overflow-strategy = "Fail"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy