File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ Add the following dependencies:
1414``` groovy
1515dependencies {
1616 // Provides the documentation API
17- implementation 'io.github.springwolf:springwolf-kafka:0.6.1 '
17+ implementation 'io.github.springwolf:springwolf-kafka:0.8.0 '
1818
1919 // Provides the UI - optional (recommended)
20- runtimeOnly 'io.github.springwolf:springwolf-ui:0.4 .0'
20+ runtimeOnly 'io.github.springwolf:springwolf-ui:0.5 .0'
2121}
2222```
2323### [ Maven] ( #tab/maven-dependencies )
@@ -27,13 +27,13 @@ dependencies {
2727 <dependency >
2828 <groupId >io.github.springwolf</groupId >
2929 <artifactId >springwolf-kafka</artifactId >
30- <version >0.6.1 </version >
30+ <version >0.8.0 </version >
3131 </dependency >
3232 <!-- Provides the UI - optional (recommended) -->
3333 <dependency >
3434 <groupId >io.github.springwolf</groupId >
3535 <artifactId >springwolf-ui</artifactId >
36- <version >0.4 .0</version >
36+ <version >0.5 .0</version >
3737 </dependency >
3838</dependencies >
3939```
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ sidebar_position: 5
66
77| Protocol | Annotation | Example Project | Latest Plugin Version |
88| --------------- | --------------------------------- | --------------------------------- | --------------------- |
9- | Kafka | ` @KafkaListener ` , ` @KafkaHandler ` | [ springwolf-kafka-example] [ kafka ] | 0.6.1 |
10- | AMQP (RabbitMQ) | ` @RabbitListener ` | [ springwolf-amqp-example] [ amqp ] | 0.3.1 |
9+ | Kafka | ` @KafkaListener ` , ` @KafkaHandler ` | [ springwolf-kafka-example] [ kafka ] | 0.8.0 |
10+ | AMQP (RabbitMQ) | ` @RabbitListener ` | [ springwolf-amqp-example] [ amqp ] | 0.4.0 |
1111
1212Please [ open an issue] ( https://github.com/springwolf/springwolf-core/issues/new ) if you want a protocol to be supported.
1313
You can’t perform that action at this time.
0 commit comments