Starting with Lenses 5.0, configuration is separated to dynamic and static.
Kafka and the rest of the key services, are now part of the Connections API and can be managed (add new, update or remove existing ones) without the need to edit static files or restart Lenses. Common cases include to update the Kafka truststore, add a new Connect cluster to Lenses, or setup Lenses for the first time.
Whilst the API can be used directly, it is most often accessed via the Lenses UI (browser), first-run wizard, and the lenses-cli. For platform teams that need to have configuration as code, a YAML file for connections and the license can be used. Changes to this file are reflected immediately in the application.
lenses.conf
security.conf
logback.xml
Static configuration
Dynamic configuration
On this page