3 comments

  • muralibasani 5 hours ago ago

    If you've ever visualized a Kafka cluster with Schema Registry, you've probably seen the problem: a single Avro/Protobuf/JSON schema registered under multiple subjects (e.g., orders-value, payments-value, returns-value) creates separate nodes that are all structurally identical. In a cluster with dozens of topics, the graph becomes unreadable.

    Full demo : https://www.youtube.com/watch?v=lQIdaqVqgtk

  • andydevkaf 4 hours ago ago

    Does streamlens only looks for subject naming strategy config as default for schemas?

    • muralibasani 4 hours ago ago

      Yes, based on that, subject-value, key are derived.