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
Does a dry run of produce/consume against existing topic messages with a new / proposed schemaversion successfully parse each message
If there are failed parses of messages they should be clearly be bubbled up
Verify compatibility of new schema versions
Smart parsing of schema file extension for richer evaluation of elements of a schema?
Non-Goals
Use an existing language assistant for the schema language format (e.g. not recreating Avro parsing)
Assist with migration of applications for use of new schema
Re-implementing schema compatibility logic
Background
TODO More... we want developer to comfortably use schemas in their work.
Proposal
Verify compatibility of new schema versions
Either help pushing a subject locally to confirm compatibility or do some static analysis to get the same outcome. For static analysis we could import schema registry and expose the logic for compatibility. To determine, what extent should we manipulate a local SR on behalf of the user.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Goals
Non-Goals
Background
TODO More... we want developer to comfortably use schemas in their work.
Proposal
Beta Was this translation helpful? Give feedback.
All reactions