File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ Add the following dependencies:
2424 </TabItem >
2525</Tabs >
2626
27+ Latest version:
28+ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.springwolf/springwolf-amqp?color=green&label=springwolf-amqp&style=plastic )
29+ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.springwolf/springwolf-cloud-stream?color=green&label=springwolf-cloud-stream&style=plastic )
30+ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.springwolf/springwolf-kafka?color=green&label=springwolf-kafka&style=plastic )
31+ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.springwolf/springwolf-ui?color=green&label=springwolf-ui&style=plastic )
32+
2733## Configuration Class
2834
2935Add the following configuration class:
Original file line number Diff line number Diff line change @@ -4,13 +4,15 @@ sidebar_position: 6
44
55# Supported Protocols
66
7- | Protocol | Annotation | Example Project | Latest Plugin Version |
8- | --------------- | --------------------------------- | --------------------------------- | --------------------- |
9- | Kafka | ` @KafkaListener ` , ` @KafkaHandler ` | [ springwolf-kafka-example] [ kafka ] | 0.10.0 |
10- | AMQP (RabbitMQ) | ` @RabbitListener ` | [ springwolf-amqp-example] [ amqp ] | 0.6.0 |
7+ | Protocol | Annotation | Example Project | Latest Plugin Version |
8+ | --------------- | --------------------------------- | --------------------------------------- | --------------------- |
9+ | AMQP (RabbitMQ) | ` @RabbitListener ` | [ springwolf-amqp-example] [ amqp ] | ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.springwolf/springwolf-amqp?color=green&label=springwolf-amqp&style=plastic ) |
10+ | Cloud Functions | | [ springwolf-cloud-stream] [ cloud-stream ] | ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.springwolf/springwolf-cloud-stream?color=green&label=springwolf-cloud-stream&style=plastic ) |
11+ | Kafka | ` @KafkaListener ` , ` @KafkaHandler ` | [ springwolf-kafka-example] [ kafka ] | ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.springwolf/springwolf-kafka?color=green&label=springwolf-kafka&style=plastic ) |
1112
1213Please [ open an issue] ( https://github.com/springwolf/springwolf-core/issues/new ) if you want a protocol to be supported.
1314
1415
15- [ kafka ] : https://github.com/springwolf/springwolf-core/tree/master/springwolf-examples/springwolf-kafka-example
1616[ amqp ] :https://github.com/springwolf/springwolf-core/tree/master/springwolf-examples/springwolf-amqp-example
17+ [ kafka ] : https://github.com/springwolf/springwolf-core/tree/master/springwolf-examples/springwolf-kafka-example
18+ [ cloud-stream ] :https://github.com/springwolf/springwolf-core/tree/master/springwolf-examples/springwolf-cloud-stream-example
You can’t perform that action at this time.
0 commit comments