Skip to content
Snippets Groups Projects

Remove rebalance in Flink benchmarks

Merged Sören Henning requested to merge flink-rm-rebalance into theodolite-kotlin
3 files
+ 11
9
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -55,12 +55,11 @@ spec:
resource:
type: string
default: ""
config:
properties:
type: object
additionalProperties: true
x-kubernetes-map-type: "granular"
default:
"": ""
default: {}
loadTypes:
type: array
minItems: 1
@@ -81,12 +80,11 @@ spec:
resource:
type: string
default: ""
config:
properties:
type: object
additionalProperties: true
x-kubernetes-map-type: "granular"
default:
"": ""
default: {}
kafkaConfig:
type: object
properties:
Loading