-
Notifications
You must be signed in to change notification settings - Fork 2
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
Description
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:
"id": "id12312312",
"stateModified": 1748010578500,
"created": 1748010522060,
"quantity": "\u001d\u001a�¢\u0000",
"quantityFirst": "\u0000",
"quantityProduction": {
"bytes": "\u0000"
},It would be nice to bring the same support for logical types for GlueSchemaRegistry Serde.
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
Projects
Status
No status