Skip to content

avro - not showing null field #1393

@raphaelauv

Description

@raphaelauv

Issue submitter TODO list

  • I've looked up my issue in FAQ
  • I've searched for an already existing issues here
  • I've tried running main-labeled docker image and the issue still persists there
  • I'm running a supported version of the application which is listed here

Describe the bug (actual behavior)

Image

If I produce an avro value with a null field then the UI do not show the field

Expected behavior

I would like to see the field with the value

Your installation details

4c6692

Steps to reproduce

create the topic check
the schema registry schema check-value

{
  "namespace": "team_a.service_b",
  "type": "record",
  "name": "access",
  "doc": "Emitted when",
  "fields": [
    {
      "name": "event_timestamp",
      "type": {
        "type": "long",
        "logicalType": "timestamp-millis"
      },
      "doc": "Timestamp of the event"
    },
    {
      "name": "event_id",
      "type": {
        "type": "string",
        "logicalType": "uuid"
      },
      "doc": "A unique event ID"
    },
    {
      "name": "aaa",
      "type": [
        "null",
        "string"
      ],
      "default": null
    }
  ]
}

Screenshots

No response

Logs

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions