summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-03-27 11:27:30 +0200
committerGitHub <[email protected]>2023-03-27 11:27:30 +0200
commit01bb0d01f37314028b3308ccf2679ec8225bbbd9 (patch)
tree240e21619759a4cca50634611b9406d395d4cbc8 /.rr.yaml
parent15ca36557fc483bdea2cc008d61d5334d30f67e8 (diff)
Update .rr.yaml
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.rr.yaml b/.rr.yaml
index e6aa5668..5a73d493 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -1696,20 +1696,18 @@ jobs:
# Topic for the consume_partitions
#
- # Required
+ # Required at least one topic.
foo:
# Partition for the topic.
#
- # Required
+ # Required at least one partition.
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.