File tree Expand file tree Collapse file tree
src/main/java/com/io/example Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ and message schemas in real time.
4343
4444## Related Resources
4545
46- | Description | Link |
47- | -------------------------------- | --------------------------------- -------------------------------------------------------------------------------|
48- | Spring Wolf Documentation | https://springwolf.dev |
49- | AsyncAPI Specification | https://www.asyncapi.com |
50- | Spring Wolf With Kafka Example | [ here ] ( https://github.com/springwolf/springwolf-core/tree/master/springwolf-examples/springwolf-kafka-example ) |
46+ | Description | Link |
47+ | ---------------------------| -------------------------------------------------------------------------------|
48+ | Spring Wolf Documentation | https://springwolf.dev |
49+ | AsyncAPI Specification | https://www.asyncapi.com |
50+ | Spring Wolf Examples | https://github.com/springwolf/springwolf-core/tree/master/springwolf-examples |
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class KafkaConsumer implements Consumer<KafkaDto> {
1919 @ KafkaAsyncOperationBinding (bindingVersion = "1.0.0" )
2020 @ AsyncListener (operation = @ AsyncOperation (
2121 channelName = ConstantsUtil .KAFKA_TOPIC ,
22- description = "Tópico que recebe dados de exemplo do kafka " ,
22+ description = " Topic that receives sample data from Kafka " ,
2323 servers = {"kafka" },
2424 headers = @ AsyncOperation .Headers (
2525 schemaName = "SpringKafkaDefaultHeaders-KafkaDto" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public class KafkaProducer {
2121 operation = @ AsyncOperation (
2222 servers = {"kafka" },
2323 channelName = ConstantsUtil .KAFKA_TOPIC ,
24- description = "Tópico de exemplo pra envio de mensagens " ,
24+ description = "Example topic for sending messages " ,
2525 payloadType = KafkaDto .class ,
2626 headers = @ AsyncOperation .Headers (
2727 schemaName = "SpringKafkaDefaultHeaders-KafkaDto" ,
You can’t perform that action at this time.
0 commit comments