-
Notifications
You must be signed in to change notification settings - Fork 3
Support Avro logical types #71
Copy link
Copy link
Open
Labels
scope/backendRelated to backend changesRelated to backend changestype/enhancementEn enhancement/improvement to an already existing featureEn enhancement/improvement to an already existing feature
Metadata
Metadata
Assignees
Labels
scope/backendRelated to backend changesRelated to backend changestype/enhancementEn enhancement/improvement to an already existing featureEn enhancement/improvement to an already existing feature
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
No status
KafkaUI supports Avro logical types for built-in schemas:
https://github.com/kafbat/kafka-ui/blob/main/api/src/main/java/io/kafbat/ui/util/jsonschema/JsonAvroConversion.java
However, GlueSchemaRegistry does not have this support, that means that all decimals, dates, timestamps are displayed as something unredable:
It would be nice to bring the same support for logical types for GlueSchemaRegistry Serde.