Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Haarolean opened this issue Jan 31, 2024 · 0 comments
Open

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

Haarolean opened this issue Jan 31, 2024 · 0 comments
Labels
hacktoberfest Issues good for hacktoberfest goal scope/backend Related to backend changes scope/frontend Related to frontend changes status/pending-backend status/triage/completed Automatic triage completed

Comments

@Haarolean
Copy link
Member

Haarolean commented Jan 31, 2024

provectus/kafka-ui#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
}
@kapybro kapybro bot added status/triage Issues pending maintainers triage status/triage/manual Manual triage in progress labels Jan 31, 2024
@kapybro kapybro bot added status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels Jan 31, 2024
@Haarolean Haarolean removed their assignment Jan 31, 2024
@Haarolean Haarolean added good first issue Up for grabs scope/frontend Related to frontend changes scope/backend Related to backend changes status/pending-backend and removed status/triage/manual Manual triage in progress labels Jan 31, 2024
@Haarolean Haarolean moved this to One shots in Up for grabs Jan 31, 2024
@Haarolean Haarolean moved this to Backlog in Housekeeping Apr 27, 2024
@Haarolean Haarolean removed this from Housekeeping Apr 27, 2024
@Haarolean Haarolean added the status/design-review Technical design review in progress label May 1, 2024
@Haarolean Haarolean moved this to Backlog in Housekeeping May 1, 2024
@Haarolean Haarolean moved this from Backlog to Active in Housekeeping May 1, 2024
@Haarolean Haarolean moved this from Active to Revisit in Housekeeping May 1, 2024
@Haarolean Haarolean added the hacktoberfest Issues good for hacktoberfest goal label Oct 4, 2024
@Haarolean Haarolean removed the status/design-review Technical design review in progress label Oct 18, 2024
@Haarolean Haarolean removed this from Housekeeping Oct 18, 2024
@Haarolean Haarolean removed this from Up for grabs Oct 18, 2024
@Haarolean Haarolean removed the good first issue Up for grabs label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Issues good for hacktoberfest goal scope/backend Related to backend changes scope/frontend Related to frontend changes status/pending-backend status/triage/completed Automatic triage completed
Projects
None yet
Development

No branches or pull requests

1 participant