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.
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Java
Size: 157 KB
Dependencies parsed at:
14
Created at: almost 2 years ago
Updated at: almost 2 years ago
Pushed at: over 1 year ago
Last synced at: 5 days 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