-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement several adjustments to the
Topic
and AvroTopic
.
- `Topic.produce` now takes `key_serializer_kwargs` and `value_serializer_kwargs` kw arguments and passes them to the serializer init. - `Topic.consume` is not required to implement. - Introduce `AvroSerializer.schema_config` which is used to initialize serializers with `conf` kwargs.
- Loading branch information
Bogdan Radko
committed
Aug 12, 2024
1 parent
980e0ee
commit 7932a39
Showing
4 changed files
with
162 additions
and
83 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.