diff options
author | Valery Piashchynski <[email protected]> | 2023-03-27 11:27:30 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-27 11:27:30 +0200 |
commit | 01bb0d01f37314028b3308ccf2679ec8225bbbd9 (patch) | |
tree | 240e21619759a4cca50634611b9406d395d4cbc8 /.rr.yaml | |
parent | 15ca36557fc483bdea2cc008d61d5334d30f67e8 (diff) |
Update .rr.yaml
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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. |