Overview

This page describes an overview of connecting a Lenses Agent with Schema Registries

Authentication

TLS and basic authentication are supported for connections to Schema Registries.

JMX Metrics

The Agent can collect Schema registry metrics via:

  1. JMX

  2. Jolokia

Supported formats

  • AVRO

  • PROTOBUF

Schema deletion

To enable the deletion of schemas in the UI, set the following in the lenses.conf file.

lenses.conf
## Enable schema deletion in the Lenses UI
## default: false
lenses.schema.registry.delete = true

## When a topic is deleted,
## automatically delete also its associated Schema Registry subjects
## default: false
lenses.schema.registry.cascade.delete = true

Last updated

Was this helpful?