Download File in AVRO Format

Hello. I have a topic in AVRO, and when I tried to download it, there was no option for AVRO, only JSON and CSV. How can I download it in AVRO?

The AVRO file is binary, and it is deserialized to be visualized in the UI, allowing users to access its content. Lenses does not allow you to download data in AVRO directly, but you can create a consumer to save the data in AVRO format. Remember that you will see the same data in the file as it appears in the UI. If the format is not correct, you can change your schema in the UI.

Cheers!