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
Is your feature request related to a problem? Please describe.
Currently, we only allow users to specify commit_checkpoint_interval when creating sinks, however, we don't allow users to change it at runtime which doesn't make sense to tell users recreate the sink to just modify commit_checkpoint_interval only. I think we can support a syntax like alter sink xxx set commit_checkpoint_interval = yyy to help users change this parameters.
We can support this feature in the same way as the rate limit does.
Is your feature request related to a problem? Please describe.
Currently, we only allow users to specify
commit_checkpoint_interval
when creating sinks, however, we don't allow users to change it at runtime which doesn't make sense to tell users recreate the sink to just modify commit_checkpoint_interval only. I think we can support a syntax likealter sink xxx set commit_checkpoint_interval = yyy
to help users change this parameters.We can support this feature in the same way as the rate limit does.
risingwave/src/stream/src/executor/mod.rs
Line 308 in 0c8b828
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: