Skip to content

Commit ed50b39

Browse files
committed
fix: remove invalid x- fields from Kafka bindings example
1 parent 4ac3821 commit ed50b39

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

examples/adeo-kafka-request-reply-asyncapi.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -87,18 +87,7 @@ channels:
8787
8888
bindings:
8989
kafka:
90-
x-key.subject.name.strategy:
91-
type: string
92-
description: >
93-
We use the RecordNameStrategy to infer the messages schema. Use
94-
`key.subject.name.strategy=io.confluent.kafka.serializers.subject.RecordNameStrategy`
95-
in your consumer configuration.
96-
x-value.subject.name.strategy:
97-
type: string
98-
description: >
99-
We use the RecordNameStrategy to infer the messages schema. Use
100-
`value.subject.name.strategy=io.confluent.kafka.serializers.subject.RecordNameStrategy`
101-
in your consumer configuration.
90+
10291
tags:
10392
- name: costing
10493
messages:

0 commit comments

Comments
 (0)