We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Information Version of Akka.NET? 1.4.46
Which Akka.NET Modules? Akka.Persistance.PostgreSql 1.4.46
Describe the bug jsonb serialization snapshot manifest instead of qualified name uses manifest of SerializerWithStringManifest
Journal serialization works correctly but the snapshot is not.
Important to note that internally between cluster services protobuf serialization is used but only DB is using JSONB
Snapshot: "market_394870" 1 638060916971832421 "mstate" "{""Data"": {""Name"": ...
Journal: "market_394870" 1 false 638060916970892832 "Markets.Events.MarketCreated, Markets" "{""Market"": {""Name"": ...
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Version Information
Version of Akka.NET?
1.4.46
Which Akka.NET Modules?
Akka.Persistance.PostgreSql 1.4.46
Describe the bug
jsonb serialization snapshot manifest instead of qualified name uses manifest of SerializerWithStringManifest
Journal serialization works correctly but the snapshot is not.
Important to note that internally between cluster services protobuf serialization is used but only DB is using JSONB
Snapshot:
"market_394870" 1 638060916971832421 "mstate" "{""Data"": {""Name"": ...
Journal:
"market_394870" 1 false 638060916970892832 "Markets.Events.MarketCreated, Markets" "{""Market"": {""Name"": ...
The text was updated successfully, but these errors were encountered: