Skip to content

Commit

Permalink
chore(kafka-example): fix operation description
Browse files Browse the repository at this point in the history
Co-authored-by: Timon Back <[email protected]>
  • Loading branch information
sam0r040 and timonback committed Feb 23, 2024
1 parent 6dcaa17 commit d84cf59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class YamlConsumer {
operation =
@AsyncOperation(
channelName = "yaml-topic",
description = "Showcases a xml based message",
description = "Showcases a yaml based message",
message = @AsyncMessage(contentType = "application/yaml")))
@KafkaAsyncOperationBinding
@KafkaListener(topics = "yaml-topic")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@
"$ref": "#/channels/yaml-topic"
},
"title": "yaml-topic_receive",
"description": "Showcases a xml based message",
"description": "Showcases a yaml based message",
"bindings": {
"kafka": {
"bindingVersion": "0.4.0"
Expand Down

0 comments on commit d84cf59

Please sign in to comment.