kafbat/kafka-ui

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

Offen

#77 geöffnet am 31.01.2024

 (0 Kommentare) (5 Reaktionen) (0 zugewiesene Personen)TypeScript (363 Forks)auto 404
hacktoberfestscope/backendscope/frontendstatus/pending-backendstatus/triage/completed

Repository-Metriken

Stars
 (2.554 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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
}

Contributor Guide