summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.rr.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.rr.yaml b/.rr.yaml
index f9585b03..e6aa5668 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -1691,23 +1691,25 @@ jobs:
#
# NOTE: This option is not compatible with group consuming and regex consuming.
#
- # Optional, default: empty
+ # Optional, default: null
consume_partitions:
# Topic for the consume_partitions
#
- # Optional, default: empty.
+ # Required
foo:
# Partition for the topic.
#
- # Optional, default: empty.
+ # Required
0:
# Partition offset.
#
# Required if all options is used. No default, error on empty.
# Possible values: AtEnd, At, AfterMilli, AtStart, Relative, WithEpoch
+ #
+ # Required
type: AtStart
# Value for the: At, AfterMilli, Relative and WithEpoch offsets.