Skip to content

Support Avro logical types #71

@Dreamescaper

Description

@Dreamescaper

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

No one assigned

    Labels

    scope/backendRelated to backend changestype/enhancementEn enhancement/improvement to an already existing feature

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions