GitHub / geovistory / quarkus-kstreams-template
This is a test and template repo for the correct setup of quarkus and kafka streams with integration in dev-stack.
étoiles: 0
forks: 0
issues ouvertes: 0
licence: None
langage: Java
taille: 157 ko
dépendances analysées:
14
date de création: il y a plus d'un an
date de mise à jour: il y a plus d'un an
enregistré: il y a plus d'un an
dernière synchronisation: il y a 4 jours
aggregator/build.gradle
maven
- io.confluent:kafka-streams-avro-serde 7.2.0 implementation
- io.quarkus:quarkus-arc * implementation
- io.quarkus:quarkus-confluent-registry-avro * implementation
- io.quarkus:quarkus-kafka-streams * implementation
- io.quarkus:quarkus-resteasy-reactive-jackson * implementation
- io.quarkus:quarkus-junit5 * testImplementation
- io.quarkus:quarkus-test-kafka-companion 3.2.2.Final testImplementation
- org.testcontainers:redpanda 1.19.0 testImplementation
build.gradle
maven
buildSrc/build.gradle
maven
producer/build.gradle
maven
- io.confluent:kafka-avro-serializer 7.2.0 implementation
- io.quarkus:quarkus-arc * implementation
- io.quarkus:quarkus-confluent-registry-avro * implementation
- io.quarkus:quarkus-resteasy-reactive * implementation
- io.quarkus:quarkus-smallrye-reactive-messaging-kafka * implementation
- io.quarkus:quarkus-junit5 * testImplementation