Skip to content

[New Feature] Support modify routine load property #4157

Description

@morningman

Motivation

Currently, it is not supported to modify the created routine load job. If the user wants to modify some properties of the job, such as concurrency, Kafka consumption progress, etc., a new job needs to be created. Very unfriendly to use.

Alter job

Support ALTER ROUTINE LOAD JOB stmt, for example:

alter routine load db1.label1
properties
(
"desired_concurrent_number"="3",
"max_batch_interval" = "5",
"max_batch_rows" = "300000",
"max_batch_size" = "209715200",
"strict_mode" = "false",
"timezone" = "+08:00"
)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

area/loadIssues or PRs related to all kinds of loadkind/featureCategorizes issue or PR as related to a new feature.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions