Annotate README.adoc @ 30:e8d95600d0a2
Fixed topic config
author | unexist |
---|---|
date | Wed, 18 Aug 2021 08:36:10 +0200 |
parents | 41131788e51b |
children | f24ffacf0547 |
rev | line source |
---|---|
0 | 1 = Showcase for eventbus mapping based on quarkus |
2 | |
3 This project holds a showcase for vert.x eventbus mapping | |
4 | |
5 == Links | |
6 | |
7 - https://smallrye.io/smallrye-reactive-messaging/smallrye-reactive-messaging/2/vertx-event-bus/vertx-event-bus.html | |
28 | 8 - https://quarkus.io/guides/reactive-event-bus#configuring-the-address |
9 - https://smallrye.io/smallrye-reactive-messaging/smallrye-reactive-messaging/2.5/kafka/kafka.html#_dynamic_topic_names | |
10 - https://stackoverflow.com/questions/66249352/dynamic-programmatically-topic-name-quarkus-smallrye-reactive-messaging-kafka |