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.
JSON API: https://data.code.gouv.fr/api/v1/hosts/GitHub/repositories/geovistory%2Fquarkus-kstreams-template
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Java
Size: 157 KB
Dependencies parsed at:
14
Created at: over 1 year ago
Updated at: over 1 year ago
Pushed at: over 1 year ago
Last synced at: about 24 hours ago
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