diff --git a/execution/uc1-application/aggregation-deployment.yaml b/execution/uc1-application/aggregation-deployment.yaml index 89eafb473aaeb8c26874132412a078283783df36..cfbc3bcdd85cd3cac605d2251370aec99392b2f3 100644 --- a/execution/uc1-application/aggregation-deployment.yaml +++ b/execution/uc1-application/aggregation-deployment.yaml @@ -22,6 +22,8 @@ spec: env: - name: KAFKA_BOOTSTRAP_SERVERS value: "my-confluent-cp-kafka:9092" + - name: COMMIT_INTERVAL_MS + value: "100" - name: JAVA_OPTS value: "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=5555" - name: prometheus-jmx-exporter diff --git a/execution/uc3-application/aggregation-deployment.yaml b/execution/uc3-application/aggregation-deployment.yaml index da272bb677e13a192e9ba2d262ab7055daeb5586..cce675eb515fb52435f202bcac734c44c7c36453 100644 --- a/execution/uc3-application/aggregation-deployment.yaml +++ b/execution/uc3-application/aggregation-deployment.yaml @@ -14,8 +14,8 @@ spec: spec: terminationGracePeriodSeconds: 0 containers: - - name: uc2-application - image: "benediktwetzel/uc3-app:latest" + - name: uc3-application + image: "soerenhenning/uc3-app:latest" ports: - containerPort: 5555 name: jmx @@ -24,6 +24,8 @@ spec: value: "my-confluent-cp-kafka:9092" - name: KAFKA_WINDOW_DURATION_MINUTES value: "1" + - name: COMMIT_INTERVAL_MS + value: "100" - name: JAVA_OPTS value: "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=5555" - name: prometheus-jmx-exporter diff --git a/execution/uc4-application/aggregation-deployment.yaml b/execution/uc4-application/aggregation-deployment.yaml index 8fd0ea3af93d2b2cc9c6d3206846101a938b63f7..a0d606b0e21b13d4efe04cacd68d9bd5b7dafd65 100644 --- a/execution/uc4-application/aggregation-deployment.yaml +++ b/execution/uc4-application/aggregation-deployment.yaml @@ -22,8 +22,12 @@ spec: env: - name: KAFKA_BOOTSTRAP_SERVERS value: "my-confluent-cp-kafka:9092" - - name: SCHEMA_REGISTRY_URL - value: "http://my-confluent-cp-schema-registry:8081" + - name: AGGREGATION_DURATION_DAYS + value: "7" #AGGREGATION_DURATION_DAYS + - name: AGGREGATION_DURATION_ADVANCE + value: "1" + - name: COMMIT_INTERVAL_MS + value: "100" - name: JAVA_OPTS value: "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=5555" - name: prometheus-jmx-exporter