Skip to content
New issue

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

Schema Registry Support #2447

Draft
wants to merge 30 commits into
base: master
Choose a base branch
from
Draft

Schema Registry Support #2447

wants to merge 30 commits into from

Conversation

iancooper
Copy link
Member

To make it possible to use the Confluent Schema Registry with serialization from System.Text.Json, this transform will:

1: Register the schema of an outgoing schema with the registry (initial implementation provided for the Confluent Schema Registry)
2: Validate the schema of the outgoing message against the schema stored in the registry.

As we practice a 'tolerant reader' strategy there is no corresponding unwrap to validate against the schema on receipt.

For performance/availability implementations of the schema registry will need to cache entries locally once read/written.

We need to be able to version schemas in the registry.

@iancooper iancooper added the Draft This is a work in progress label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant