You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2022/04/01 07:26:19 UTC

[rocketmq-connect] branch master updated (229c673 -> baa9856)

This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-connect.git.


    from 229c673  Merge pull request #7 from odbozhou/adapt_new_connect_api
     add 68e0469  supprot transforms
     add 6aeca26  supprot transforms
     add f843153  Merge branch 'master' into support_transforms
     add 3c58757  Merge branch 'master' into support_transforms
     new baa9856  [ISSUE #12] [Part 2] Support transforms

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |   6 +
 rocketmq-connect-runtime/pom.xml                   |   4 +
 .../runtime/config/RuntimeConfigDefine.java        |   2 +
 .../runtime/connectorwrapper/TransformChain.java   | 123 +++++++++++++++++++++
 .../connect/runtime/connectorwrapper/Worker.java   |   9 +-
 .../runtime/connectorwrapper/WorkerSinkTask.java   |  20 +++-
 .../runtime/connectorwrapper/WorkerSourceTask.java |  16 ++-
 .../rocketmq/connect/runtime/utils/Plugin.java     |   2 +
 .../runtime/connectorwrapper/WorkerTest.java       |   8 +-
 .../connect/runtime/rest/RestHandlerTest.java      |   9 +-
 10 files changed, 186 insertions(+), 13 deletions(-)
 create mode 100644 rocketmq-connect-runtime/src/main/java/org/apache/rocketmq/connect/runtime/connectorwrapper/TransformChain.java

[rocketmq-connect] 01/01: [ISSUE #12] [Part 2] Support transforms

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-connect.git

commit baa9856ffcf1e062fbf3789fe2e1e09fd8901efc
Merge: 229c673 3c58757
Author: dinglei <li...@163.com>
AuthorDate: Fri Apr 1 15:26:16 2022 +0800

    [ISSUE #12] [Part 2] Support transforms
    
    [ISSUE #12] [Part 2] Support transforms

 pom.xml                                            |   6 +
 rocketmq-connect-runtime/pom.xml                   |   4 +
 .../runtime/config/RuntimeConfigDefine.java        |   2 +
 .../runtime/connectorwrapper/TransformChain.java   | 123 +++++++++++++++++++++
 .../connect/runtime/connectorwrapper/Worker.java   |   9 +-
 .../runtime/connectorwrapper/WorkerSinkTask.java   |  20 +++-
 .../runtime/connectorwrapper/WorkerSourceTask.java |  16 ++-
 .../rocketmq/connect/runtime/utils/Plugin.java     |   2 +
 .../runtime/connectorwrapper/WorkerTest.java       |   8 +-
 .../connect/runtime/rest/RestHandlerTest.java      |   9 +-
 10 files changed, 186 insertions(+), 13 deletions(-)