2 persistence.snapshot-store.plugin = "in-memory-snapshot-store"
4 loggers = ["akka.testkit.TestEventListener", "akka.event.slf4j.Slf4jLogger"]
8 java = "akka.serialization.JavaSerializer"
9 proto = "akka.remote.serialization.ProtobufSerializer"
12 serialization-bindings {
13 "org.opendaylight.controller.cluster.datastore.modification.MutableCompositeModification" = java
14 "com.google.protobuf.Message" = proto
20 in-memory-snapshot-store {
21 # Class name of the plugin.
22 class = "org.opendaylight.controller.cluster.datastore.utils.InMemorySnapshotStore"
23 # Dispatcher for the plugin actor.
24 plugin-dispatcher = "akka.persistence.dispatchers.default-plugin-dispatcher"
28 mailbox-type = "org.opendaylight.controller.cluster.common.actor.MeteredBoundedMailbox"
29 mailbox-capacity = 1000
30 mailbox-push-timeout-time = 100ms