Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

Table of Contents

Motivation

`ConfigOption` and `Configuration` are crucial parts of the Flink project because every component in the stack needs possibilities of parameterization.

...

We add group validation constraints to the end of the table:

Key

Type

Default

Description

key1

MemorySize

greaterThan[1024m]

(none)

description of key1

key2

MemorySize

1024m

description of key2


Group constraints:
- minSizeDelta[key1, key2, “512m”]

...