Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
apiVersion: theodolite.com/v1
kind: benchmark
metadata:
name: uc4-hazelcastjet
spec:
appResource:
- "uc4-hazelcastjet/uc4-hazelcastjet-deployment.yaml"
- "uc4-hazelcastjet/uc4-hazelcastjet-service.yaml"
#- "uc4-hazelcastjet/uc4-jmx-configmap.yaml"
#- "uc4-hazelcastjet/uc4-service-monitor.yaml"
loadGenResource:
- "uc4-kstreams/uc4-load-generator-deployment.yaml"
- "uc4-kstreams/uc4-load-generator-service.yaml"
resourceTypes:
- typeName: "Instances"
patchers:
- type: "ReplicaPatcher"
resource: "uc4-hazelcastjet/uc4-hazelcastjet-deployment.yaml"
loadTypes:
- typeName: "NumNestedGroups"
patchers:
- type: "EnvVarPatcher"
resource: "uc4-kstreams/uc4-load-generator-deployment.yaml"
properties:
container: "workload-generator"
variableName: "NUM_SENSORS"
- type: NumNestedGroupsLoadGeneratorReplicaPatcher
resource: "uc4-kstreams/uc4-load-generator-deployment.yaml"
properties:
loadGenMaxRecords: "150000"
numSensors: "4.0"
kafkaConfig:
bootstrapServer: "theodolite-cp-kafka:9092"
topics:
- name: "input"
numPartitions: 40
replicationFactor: 1
- name: "output"
numPartitions: 40
replicationFactor: 1
- name: "configuration"
numPartitions: 40
replicationFactor: 1
- name: "aggregation-feedback"
numPartitions: 40
replicationFactor: 1