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

Avro topic pass through kwargs #6

Merged
merged 2 commits into from
Aug 13, 2024
Merged

Commits on Aug 12, 2024

  1. 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.
    Bogdan Radko committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7932a39 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Bump version: 0.0.4 → 0.1.0

    Bogdan Radko committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    318f165 View commit details
    Browse the repository at this point in the history