Skip to content

Pipe: support alter pipe source#12932

Merged
SteveYurongSu merged 15 commits intoapache:masterfrom
luoluoyuyu:alter_pipe_source
Jul 17, 2024
Merged

Pipe: support alter pipe source#12932
SteveYurongSu merged 15 commits intoapache:masterfrom
luoluoyuyu:alter_pipe_source

Conversation

@luoluoyuyu
Copy link
Copy Markdown
Member

@luoluoyuyu luoluoyuyu commented Jul 15, 2024

Description

Enhancing the existing Alter Pipe SQL functionality, the upgrade now permits dynamic adjustments to the Pipe Source configuration. Users can seamlessly adapt their data synchronization strategies to real-time changes in resources and requirements, thus improving the efficiency and effectiveness of their data stream processing.

Alter Pipe <pipe_name>
    modify|replace source(...)
    modify|replace processor(...)
    modify|replace sink(...)

This PR has:

  • been self-reviewed.
    • concurrent read
    • concurrent write
    • concurrent read and write
  • added documentation for new or modified features or behaviors.
  • added Javadocs for most classes and all non-trivial methods.
  • added or updated version, license, or notice information
  • added comments explaining the "why" and the intent of the code wherever would not be obvious
    for an unfamiliar reader.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold
    for code coverage.
  • added integration tests.
  • been tested in a test IoTDB cluster.

Key changed/added classes (or packages if there are too many classes) in this PR

@luoluoyuyu luoluoyuyu marked this pull request as draft July 15, 2024 14:03
@SteveYurongSu SteveYurongSu self-assigned this Jul 16, 2024
@luoluoyuyu luoluoyuyu marked this pull request as ready for review July 16, 2024 06:45
Copy link
Copy Markdown
Collaborator

@Caideyipi Caideyipi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@SteveYurongSu SteveYurongSu merged commit 71a4ecb into apache:master Jul 17, 2024
JackieTien97 pushed a commit that referenced this pull request Jul 22, 2024
@luoluoyuyu luoluoyuyu deleted the alter_pipe_source branch August 28, 2024 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants