Skip to content

Commit

Permalink
[SchemaRegistry] remove codec param in serializer (Azure#20671)
Browse files Browse the repository at this point in the history
* remove codec

* changelog
  • Loading branch information
swathipil authored and hildurhodd committed Sep 24, 2021
1 parent 6f23cfb commit f7ac5b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- `schema_registry` parameter in the `SchemaRegistryAvroSerializer` constructor has been renamed `client`.
- `schema_group` parameter in the `SchemaRegistryAvroSerializer` constructor has been renamed `group_name`.
- `data` parameter in the `serialize` and `deserialize` methods on `SchemaRegistryAvroSerializer` has been renamed `value`.
- `SchemaRegistryAvroSerializer` constructor no longer takes in the `codec` keyword argument.

### Bugs Fixed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class SchemaRegistryAvroSerializer(object):
:param str group_name: Schema group under which schema should be registered.
:keyword bool auto_register_schemas: When true, register new schemas passed to serialize.
Otherwise, and by default, fail if it has not been pre-registered in the registry.
:keyword str codec: The writer codec. If None, let the avro library decides.
"""

Expand Down

0 comments on commit f7ac5b0

Please sign in to comment.