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
The JVM akka-persistence-jdbc module (upon which this is based) is planning on adding event_manifest and ser_manifest as columns to their database.
event_manifest
ser_manifest
We already have a manifest field that is used to hold serializer manifest information, however we do not have anything similar to event_manifest.
manifest
We should get a better understanding of how this new field will be used and implement it alongside any migrations necessary.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The JVM akka-persistence-jdbc module (upon which this is based) is planning on adding
event_manifest
andser_manifest
as columns to their database.We already have a
manifest
field that is used to hold serializer manifest information, however we do not have anything similar to event_manifest.We should get a better understanding of how this new field will be used and implement it alongside any migrations necessary.
The text was updated successfully, but these errors were encountered: