SchemaCache Section
The "SchemaCache" section provides configuration for the SchemaCache module.
This configuration specifies the root directory under which cached copies of the Event Schema files are to be stored locally. These files are copies of those already registered in the SchemaRegistry. It can also store persistently other information associated with the SchemaCache.
"SchemaCache": { "CacheRootDirectory": "<producer-cache-root-directory>" }
The output files are organized under the following folder structure.
<producer-cache-root-directory> <schema-name> <schema-name>
Each JSON Schema file is stored in the subfolder for its respective Jade schema and has the following file name.
<class-name>_v<class-version>.schema.json