Skip to content
Snippets Groups Projects
uc3-benchmark-standalone.yaml 1.03 KiB
name: "uc3-kstreams"
appResource:
  - "uc3-kstreams-deployment.yaml"
  - "uc3-kstreams-service.yaml"
  - "uc3-jmx-configmap.yaml"
  - "uc3-service-monitor.yaml"
loadGenResource:
  - "uc3-load-generator-deployment.yaml"
  - "uc3-load-generator-service.yaml"
resourceTypes:
  - typeName: "Instances"
    patchers:
      - type: "ReplicaPatcher"
        resource: "uc3-kstreams-deployment.yaml"
loadTypes:
  - typeName: "NumSensors"
    patchers:
      - type: "EnvVarPatcher"
        resource: "uc3-load-generator-deployment.yaml"
        properties:
          container: "workload-generator"
          variableName: "NUM_SENSORS"
      - type: NumSensorsLoadGeneratorReplicaPatcher
        resource: "uc3-load-generator-deployment.yaml"
        properties:
          loadGenMaxRecords: "150000"
kafkaConfig:
  bootstrapServer: "theodolite-cp-kafka:9092"
  topics:
    - name: "input"
      numPartitions: 40
      replicationFactor: 1
    - name: "output"
      numPartitions: 40
      replicationFactor: 1
    - name: "theodolite-.*"
      removeOnly: True