risingwavelabs / risingwave-docs

The official user documentation of RisingWave
https://docs.risingwave.com
Apache License 2.0
35 stars 31 forks source link

Document: feat: use risectl to throttle `Source` and `Chain` by changing `FlowControl` params via config change #1574

Open neverchanje opened 11 months ago

neverchanje commented 11 months ago

This issue tracks the documentation update needed for the merged PR #13166.

Source PR URL: https://github.com/risingwavelabs/risingwave/pull/13166 Source PR Merged At: 2023-11-22T04:24:09Z

emile-00 commented 11 months ago

Will not be included in v1.5 release.

hengm3467 commented 10 months ago

Close as this is for internal troubleshooting and tuning, and not for external use.

StrikeW commented 5 months ago

There are some users want to know how to pause source, but we didn't document the usage of risectl in the website. cc @hengm3467 @neverchanje

neverchanje commented 5 months ago

We actually do. But it's just not via risectl. Pausing sources is right now supported by configuring the rate limit of sources. Setting 'streaming_rate_limit' to 0 will pause a source while 'default' will unpause it.