Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • she/theodolite
1 result
Show changes
Showing
with 187 additions and 483 deletions
requests
fastapi>=0.68.0,<0.69.0
uvicorn>=0.15.0,<0.16.0
#pydantic>=1.8.0,<2.0.0
#scikit-learn==0.22.2
pandas==1.0.3
......@@ -4,3 +4,4 @@ uvicorn>=0.15.0,<0.16.0
#pydantic>=1.8.0,<2.0.0
#scikit-learn==0.22.2
pandas==1.0.3
numpy==1.23.4
This diff is collapsed.
This diff is collapsed.
......@@ -14,7 +14,7 @@ repositories {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
maven {
url 'https://packages.confluent.io/maven/'
url 'https://packages.confluent.io/maven/'
}
}
......@@ -28,4 +28,10 @@ dependencies {
// Use JUnit test framework
testImplementation 'junit:junit:4.12'
//testImplementation 'com.github.stefanbirkner:system-rules:1.17.0'
testImplementation 'org.apache.kafka:kafka-streams-test-utils:3.1.0'
testImplementation('io.confluent:kafka-streams-avro-serde:5.5.12') {
// exclude, because introduces older version with higher number 5.5.1-ccs
exclude group: 'org.apache.kafka', module: 'kafka-clients'
}
}
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
name: input
labels:
strimzi.io/cluster: theodolite-kafka
spec:
partitions: 100
replicas: 1
......@@ -5,13 +5,8 @@ metadata:
labels:
app: titan-ccp-aggregation
spec:
#type: NodePort
selector:
app: titan-ccp-aggregation
ports:
- name: http
port: 80
targetPort: 80
protocol: TCP
- name: metrics
port: 5556