You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
155518: workload: add changefeed-max-rate, changefeed-start-delay, and changefeed-resolved-target r=wenyihu6 a=stevendanna
```
--changefeed Optionally run a changefeed over the tables
--changefeed-max-rate float Maximum frequency of changefeed ingestion. If 0, no limit.
--changefeed-resolved-target duration The target frequency of resolved messages. O to disable resolved reporting and accept server defaults. (default 5s)
--changefeed-start-delay duration How long to wait before starting the changefeed
```
`--changefeed-max-rate` can be used in conjunction with `--max-rate` to
simulate an under-provisioned or correctly provisioned sink for the
given workload.
`---changefeed-start-delay` can be used to force a catch-up scan.
Note that I've also renamed --with-changefeed to --changefeed so that
all the changefeed options show up next to each other in the help.
The resolved timestamp reporting is a bit of a hack but it seems to work
for now.
Epic: none
Release note: None
Co-authored-by: Steven Danna <[email protected]>
0 commit comments