I’m looking at building a version of the Avro schema registry that uses a lookup service. This would be for cases where you have too many schemas to easily manage from the property based avro schema registry but don’t need or want the complexities of the Confluent or Hortonworks registries. Technically you could use lookup attribute to do this but then you’re adding the entire schema to the flow file attributes. For some schemas that can be fairly large.
Does anyone else think this might be useful? Thanks Shawn
