Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: support modify sink commit_checkpoint_interval #20600

Open
chenzl25 opened this issue Feb 25, 2025 · 0 comments
Open

Feat: support modify sink commit_checkpoint_interval #20600

chenzl25 opened this issue Feb 25, 2025 · 0 comments
Assignees
Milestone

Comments

@chenzl25
Copy link
Contributor

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.

Throttle(HashMap<ActorId, Option<u32>>),

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

@github-actions github-actions bot added this to the release-2.3 milestone Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants