Hi again Marios.
is it possible in Lenses to get or infer the latest JSON schema from a topic?
At the moment, it looks like Lenses only analyzes the first message in the topic, but our producers have evolved since then. We’d like to avoid manually updating the schema every time the message structure changes.
hi again. this is supported starting with Lenses 6.2.
In the topic view, go to the Schema section and use the Infer Schema button. This allows Lenses to infer the schema from newer messages in the topic, rather than relying only on the first message.
That should help avoid manually updating the JSON schema every time producers evolve the message structure.
Oh wow! I just seen this feature. Cool, thanks.