Versions Compared

Key

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

...

Users would be able use ConfigProviders to provide the contents of a file as a schema.

For Example, 

Code Block
config.providers=directory
config.providers.directory.class=org.apache.kafka.common.config.provider.DirectoryConfigProvider
schema.content:${directory:/schema:schema.json}

...