Skip to content

Commit

Permalink
chore: fix adeo-kafka-request-reply-asyncapi.yml example
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya authored Dec 12, 2023
1 parent 037c150 commit b89bc44
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/adeo-kafka-request-reply-asyncapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@ components:
bindings:
kafka:
key:
$ref: "https://deploy-preview-921--asyncapi-website.netlify.app/resources/casestudies/adeo/CostingResponseKey.avsc"
schemaFormat: 'application/vnd.apache.avro+json;version=1.9.0'
schema:
$ref: "https://deploy-preview-921--asyncapi-website.netlify.app/resources/casestudies/adeo/CostingResponseKey.avsc"
payload:
schemaFormat: application/vnd.apache.avro;version=1.9.0
schema:
Expand Down Expand Up @@ -330,4 +332,4 @@ components:
description: >
Use [SASL authentication with SSL
encryption](https://docs.confluent.io/platform/current/security/security_tutorial.html#configure-clients)
to connect to the ADEO Broker.
to connect to the ADEO Broker.

0 comments on commit b89bc44

Please sign in to comment.