Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To best facilitate this we could store <TBD> a list of schemaIdHash + schema.  Every topic would have a class file associated with it to run the management of the schemes for the topic. The plugin could hold the schemas compiled or in another repository.  The storage of the schemas should be key/value based [schemaIdHash] = schema. We may want to order and priortize these so that certain plug-in can iterator on the message before others (e.g. you should do authorizations first).

1) We are going to need a some cli tool for the crud https://issues.apache.org/jira/browse/KAFKA-1694 and other things that exist today.

...