summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-03-27 11:26:19 +0200
committerGitHub <[email protected]>2023-03-27 11:26:19 +0200
commit15ca36557fc483bdea2cc008d61d5334d30f67e8 (patch)
treed6e4e8771f4169373ec9ba257c0af10df77c2044 /.rr.yaml
parent1c718eb7f002aa09ee3556b3df2c03043e31642d (diff)
Update .rr.yaml
Diffstat (limited to '.rr.yaml')
-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.