kafbat/kafka-ui

FE: Messages: Display a schema used to deserialize a message

开放

#77 创建于 2024年1月31日

 (0 条评论) (5 个反应) (0 位负责人)TypeScript (363 个派生)auto 404
hacktoberfestscope/backendscope/frontendstatus/pending-backendstatus/triage/completed

仓库指标

星标
 (2,554 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

https://github.com/provectus/kafka-ui/issues/4325

Backend first, current impl lacks info on this topic:

{
    "type": "MESSAGE",
    "message": {
        "partition": 0,
        "offset": 0,
        "timestamp": "2024-10-18T09:47:24.699Z",
        "timestampType": "CREATE_TIME",
        "key": null,
        "headers": {},
        "content": "{\"Name\":\"Duis culpa\",\"Age\":-23900620,\"Age2\":-25571172}",
        "keyFormat": null,
        "valueFormat": null,
        "keySize": null,
        "valueSize": 24,
        "keySchemaId": null,
        "valueSchemaId": null,
        "headersSize": 0,
        "keySerde": null,
        "valueSerde": "SchemaRegistry",
        "keyDeserializeProperties": {},
        "valueDeserializeProperties": {
            "schemaId": 2,
            "type": "AVRO"
        }
    },
    "phase": null,
    "consuming": null,
    "cursor": null
}

贡献者指南