Skip to content

Instantly share code, notes, and snippets.

@dalelane
Created November 27, 2020 11:53
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/6864fe8c267dcc8225971a9c6065a758 to your computer and use it in GitHub Desktop.
Save dalelane/6864fe8c267dcc8225971a9c6065a758 to your computer and use it in GitHub Desktop.
Avro URL reference in asyncapi
asyncapi: '2.0.0'
...
channels:
my.topic.name:
...
subscribe:
...
message:
...
schemaFormat: 'application/vnd.apache.avro;version=1.9.0'
payload:
$ref: http://some-schema-registry.com/fulladdress.avsc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment