Skip to content

Instantly share code, notes, and snippets.

@mykidong
Created May 24, 2018 14:39
Show Gist options
  • Save mykidong/55ce9fec6e93125adfaebd468d55e0f6 to your computer and use it in GitHub Desktop.
Save mykidong/55ce9fec6e93125adfaebd468d55e0f6 to your computer and use it in GitHub Desktop.
String pathDir = "/META-INF/avro";
AvroSchemaLoader avroSchemaLoader = AvroSchemaLoader.singleton(pathDir);
String schemaKey = "io.shunters.coda.avro.api.ProduceRequest";
Schema schema = avroSchemaLoader.getSchema(schemaKey);
log.info("schema key: [" + schemaKey + "]\n" + schema.toString(true));
@mykidong
Copy link
Author

.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment