-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix Avro schema validation (#3499)
* fix: use the right schema for checking compatibility This patch fixes how we check schema compatibility for new streams/tables. Previously, we had our own code for generating an avro schema that was just used to generate the schema used to check for compatibility. The schema we actually write to the registry is generated by the avro serializer and avro converter. Now we use this schema when checking compatibility as well. * refactor: clean up dead code The previous commit switched us over to using the avro serializer to generate avro schemas from ksql schemas. This patch cleans up the ksql code for generating avro schemas. * fix build * fix tests
- Loading branch information
Showing
13 changed files
with
265 additions
and
520 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.