Skip to content
Snippets Groups Projects
Commit cf32613b authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

First usecase using new beam plugin

parent e76dea6e
No related branches found
No related tags found
1 merge request!187Migrate Beam benchmark implementation
plugins { plugins {
id 'theodolite.kstreams' id 'theodolite.beam'
} }
allprojects {
repositories {
maven {
url 'https://packages.confluent.io/maven/'
}
mavenCentral()
}
}
dependencies { dependencies {
compile group: 'org.apache.beam', name: 'beam-sdks-java-core', version: '2.22.0' compile group: 'org.apache.beam', name: 'beam-runners-flink-1.12', version: '2.27.0'
compile group: 'org.apache.beam', name: 'beam-runners-flink-1.12', version: '2.27.0'
compile('org.apache.beam:beam-sdks-java-io-kafka:2.22.0'){
exclude group: 'org.apache.kafka', module: 'kafka-clients'
}
compile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.30'
runtime 'org.apache.beam:beam-runners-direct-java:2.22.0'
runtime 'org.slf4j:slf4j-api:1.7.32'
runtime 'org.slf4j:slf4j-jdk14:1.7.32'
} }
mainClassName = "application.Uc1ApplicationBeam" mainClassName = "application.Uc1ApplicationBeam"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment