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 c96a069
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c96a069

Please sign in to comment.