Skip to content

Instantly share code, notes, and snippets.

@dalelane
Created November 27, 2020 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalelane/7f14a1bc2103f0c93b53d68b6aa9f532 to your computer and use it in GitHub Desktop.
Save dalelane/7f14a1bc2103f0c93b53d68b6aa9f532 to your computer and use it in GitHub Desktop.
Avro file reference in asyncapi
asyncapi: '2.0.0'
...
channels:
my.topic.name:
...
subscribe:
...
message:
...
schemaFormat: 'application/vnd.apache.avro;version=1.9.0'
payload:
$ref: local/folder/somefilename.avsc/#MyRecordDef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment