Skip to content

Milestones

List view

  • - Deprecate `USER_INFO` authentication - Delete subject endpoint returns an empty list is the subject was not found, instead should return `None` or raise an Exception - Rename `errors.py` module to `exception.py` - Create `Event` class to use with the serializer. When `encode_record_with_schema_id` or `encode_record_with_schema` is called with data/record, these methods should return an Event object containing the `data/record`, the `payload` (the data encoded), the `schema_id` used to serialize the data and possible `kafka_headers` . The same should happend with the `decode_message`. Related to https://github.com/marcosschroh/python-schema-registry-client/issues/129 - Rename serializer methods: - decode_message --> deserialize - encode_record_with_schema_id --> serialize. Potencially, only 1 serialization method should be available that could receive either a `schema_id` or a `Schema` object. - Create a generic serializer: https://github.com/marcosschroh/python-schema-registry-client/issues/108 - Optional: support `protobuf`: https://github.com/marcosschroh/python-schema-registry-client/issues/120

    No due date
    0/7 issues closed