Skip to content

Make logical types extensible #186

@AlexeyRaga

Description

@AlexeyRaga
{ "name": "Decimal", "type": {
      "type": "bytes", "logicalType": "decimal", "precision": 7, "scale": 2
}}

As per Avro specification, logical types are optional for codecs to implement.
This library implements "basic" logical types, but they are hard coded into the library.

It would be nice to be able to make logical types extensible so that users of the library would be able to provide their own logical types.

Currently, Java and even .NET implementations allow "registering" new logical types.
We ought to be able to do it, too ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions