Skip to content

Commit

Permalink
Fix cloud-stream example tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LeovR committed Nov 18, 2024
1 parent 7619d1a commit 5d6eb3f
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@
"kafka": { }
}
},
"biconsumer-topic": {
"address": "biconsumer-topic",
"messages": {
"AnotherPayloadDto": {
"$ref": "#/components/messages/AnotherPayloadDto"
}
},
"bindings": {
"kafka": { }
}
},
"consumer-class-topic": {
"address": "consumer-class-topic",
"messages": {
Expand Down Expand Up @@ -278,6 +289,21 @@
}
]
},
"biconsumer-topic_publish_biConsumerMethod": {
"action": "receive",
"channel": {
"$ref": "#/channels/biconsumer-topic"
},
"description": "Auto-generated description",
"bindings": {
"kafka": { }
},
"messages": [
{
"$ref": "#/channels/biconsumer-topic/messages/AnotherPayloadDto"
}
]
},
"consumer-class-topic_publish_ConsumerClass": {
"action": "receive",
"channel": {
Expand Down

0 comments on commit 5d6eb3f

Please sign in to comment.