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

Add kafka and zookeeper dependencies

parent e8b7fc6c
No related branches found
No related tags found
6 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus,!81Feature/126 kafka communication,!79Feature/127 zookeeper communication,!78Resolve "Implement Quarkus/Kotlin protype"
...@@ -23,6 +23,9 @@ dependencies { ...@@ -23,6 +23,9 @@ dependencies {
implementation 'io.fabric8:kubernetes-client:5.0.0-alpha-2' implementation 'io.fabric8:kubernetes-client:5.0.0-alpha-2'
//implementation 'com.fkorotkov:kubernetes-dsl:2.8.1' //implementation 'com.fkorotkov:kubernetes-dsl:2.8.1'
compile group: 'org.apache.kafka', name: 'kafka-clients', version: '2.7.0'
compile group: 'org.apache.zookeeper', name: 'zookeeper', version: '3.6.2'
} }
group 'theodolite' group 'theodolite'
......
...@@ -23,6 +23,6 @@ class Run_uc { ...@@ -23,6 +23,6 @@ class Run_uc {
} }
fun start_workload_generator(wg: String, dim_value:Integer, uc_id: String){ fun start_workload_generator(wg: String, dim_value:Integer, uc_id: String){
} }
} }
\ No newline at end of file
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