-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generic serdes implementation (#5171)
* Move kafka serdes to a separate directory and remove deprecated classes * Create generic serdes and prepare avro kafka serdes delegating them * Prepare generic jsonschema serdes * Create kafka jsonschema serde * Prepare protobuf kafka serdes * Adapt converters to new serdes structure * Fix headers handler configuration and improve default configuration management * Improve generic serdes structure * Fix schema resolver initialisation process * Fix headers handling in jsonschema serde * Fix protobuf serde configuration * Adjust integration tests to new structure * Rename kafka serdes common module directory * Adapt examples to the generic serdes structure * Update migrating client applications documentation
- Loading branch information
1 parent
f39bdea
commit 2c6897a
Showing
160 changed files
with
2,521 additions
and
2,286 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.