File tree 2 files changed +5
-0
lines changed
contrib/persistence/Akka.Persistence.Sqlite.Tests/data
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,9 @@ akka.persistence {
115
115
# Dispatcher for message replay.
116
116
replay-dispatcher = "akka.persistence.dispatchers.default-replay-dispatcher"
117
117
118
+ # Default serializer used as manifest serializer when applicable and payload serializer when no specific binding overrides are specified
119
+ serializer = "json"
120
+
118
121
# Removed: used to be the Maximum size of a persistent message batch written to the journal.
119
122
# Now this setting is without function, PersistentActor will write as many messages
120
123
# as it has accumulated since the last write.
@@ -171,6 +174,8 @@ akka.persistence {
171
174
# Dispatcher for the plugin actor.
172
175
plugin-dispatcher = "akka.persistence.dispatchers.default-plugin-dispatcher"
173
176
177
+ # Default serializer used as manifest serializer when applicable and payload serializer when no specific binding overrides are specified
178
+ serializer = "json"
174
179
circuit-breaker {
175
180
max-failures = 5
176
181
call-timeout = 20s
You can’t perform that action at this time.
0 commit comments