FAQs


When I enter the topic, I can’t view the data

There are a couple of reasons as why this might be happening:

  • User has no permission to view the data.
  • Selected Topic partition might be empty. Make sure to choose a partition with data.
  • Lenses cannot desirialize the records of the topic. This means that either:
    1. The topic has Avro data and Schema Registry is down.
    2. The data you’re trying to read is not compatible with the Topics Schema.

In those cases the records are treated as bad records and are being skipped. You can debug this through the SQL studio

Can I change the replication factor from Lenses

At the moment you can’t change the replication factor from Lenses.

Compacted topics don’t show number of messages

For compacted topics the total number is not calculated. Therefore N/A appears.

I can’t insert messages to my Topic?

There are a couple of reasons as why this might be happening:

  • User has no Permission to do so. Insert data permissions for the specific topic is required.
  • The messages are not compatible with the Topic’s schema.
  • The Topic has type BYTES in the value, thus you are not able to insert messages.

How to “reset” the detected schemas from Lenses

You can reset the detected Schemas and let Lenses identify the schemas from scratch by navigating to the speficic topic, and from the actions menu select “Reset Types”.

Can I change the historic metrics of data produced to more / less that 30 days?

No. You can only view the historic metrics of data produced for the last 30 days.

--
Last modified: March 20, 2024