You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per #3081. Producer/SPU need to encode/decode column values from/into a record. This will turn Fluvio topic into something like Write Ahead Log.
Given schema can be changed anytime, record data need to track following schema evolution. The schema will follow SemVer policy.
Minor version changes:
Column addition
Other changes are consider major version changes:
Column deletion
Column Renaming
Column type changes
Any major schema changes will save previous version automatically. Latest schema will be always active schema. Deletion of previous version is only allowed if no data references old schema.
Per #3081. Producer/SPU need to encode/decode column values from/into a record. This will turn Fluvio topic into something like Write Ahead Log.
Given schema can be changed anytime, record data need to track following schema evolution. The schema will follow SemVer policy.
Minor version changes:
Other changes are consider major version changes:
Any major schema changes will save previous version automatically. Latest schema will be always active schema. Deletion of previous version is only allowed if no data references old schema.
Column records then will use following format
The text was updated successfully, but these errors were encountered: