Skip to content

Commit f3fd0e9

Browse files
committed
Revert persistence.conf changes, modify sqlite database to mimic legacy data
1 parent 800e7b1 commit f3fd0e9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Binary file not shown.

src/core/Akka.Persistence/persistence.conf

+5
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ akka.persistence {
115115
# Dispatcher for message replay.
116116
replay-dispatcher = "akka.persistence.dispatchers.default-replay-dispatcher"
117117

118+
# Default serializer used as manifest serializer when applicable and payload serializer when no specific binding overrides are specified
119+
serializer = "json"
120+
118121
# Removed: used to be the Maximum size of a persistent message batch written to the journal.
119122
# Now this setting is without function, PersistentActor will write as many messages
120123
# as it has accumulated since the last write.
@@ -171,6 +174,8 @@ akka.persistence {
171174
# Dispatcher for the plugin actor.
172175
plugin-dispatcher = "akka.persistence.dispatchers.default-plugin-dispatcher"
173176

177+
# Default serializer used as manifest serializer when applicable and payload serializer when no specific binding overrides are specified
178+
serializer = "json"
174179
circuit-breaker {
175180
max-failures = 5
176181
call-timeout = 20s

0 commit comments

Comments
 (0)