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

fix: 多个 destination 时的 zk 竞争问题 #68

Merged
merged 44 commits into from
Mar 26, 2021
Merged

Commits on Feb 18, 2019

  1. Merge pull request withlin#26 from CanalClient/dev

    Merge pull request withlin#25 from CanalClient/master
    withlin authored Feb 18, 2019
    Configuration menu
    Copy the full SHA
    6257ef7 View commit details
    Browse the repository at this point in the history
  2. fix issue withlin#23

    withlin committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    a31b8db View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. fix issue withlin#30

    withlin committed May 8, 2019
    Configuration menu
    Copy the full SHA
    cc16ab4 View commit details
    Browse the repository at this point in the history
  2. update readme.md

    withlin committed May 8, 2019
    Configuration menu
    Copy the full SHA
    ff9105f View commit details
    Browse the repository at this point in the history
  3. Merge pull request withlin#31 from withlin/master

    update read me
    withlin authored May 8, 2019
    Configuration menu
    Copy the full SHA
    75793b5 View commit details
    Browse the repository at this point in the history
  4. update readme

    withlin committed May 8, 2019
    Configuration menu
    Copy the full SHA
    b80893a View commit details
    Browse the repository at this point in the history
  5. Merge pull request withlin#32 from withlin/master

    update readme
    withlin authored May 8, 2019
    Configuration menu
    Copy the full SHA
    691cdbf View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Update README.md

    withlin authored May 9, 2019
    Configuration menu
    Copy the full SHA
    af79f50 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    withlin authored May 9, 2019
    Configuration menu
    Copy the full SHA
    3e946ae View commit details
    Browse the repository at this point in the history
  3. Update README.md

    withlin authored May 9, 2019
    Configuration menu
    Copy the full SHA
    f4ee096 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Update README.md

    withlin authored Jul 24, 2019
    Configuration menu
    Copy the full SHA
    35b8283 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    withlin authored Jul 24, 2019
    Configuration menu
    Copy the full SHA
    0289443 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    withlin authored Jul 24, 2019
    Configuration menu
    Copy the full SHA
    fce6a27 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    withlin authored Jul 24, 2019
    Configuration menu
    Copy the full SHA
    4a3c5a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. 拆封receiveMessages

    jingyugao committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    3a7ee23 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Merge pull request withlin#38 from jingyugao/split_receiveMessages

    拆封receiveMessages
    withlin authored Oct 11, 2019
    Configuration menu
    Copy the full SHA
    2db66ad View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. fix: subscribe filter not work expected

    the filter argument of subscribe not work as expected.
    this commit change the subscribe logic, use the filter to subscribe via tcp protocol.
    if subscribe success, update the connector's field Filter value
    
    and also update the panic behavior of act failure action.
    yinheli committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    e1c5383 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. Merge pull request withlin#41 from yinheli/bugfix/subscribe-filter

    fix: subscribe filter not work expected
    withlin authored Nov 10, 2019
    Configuration menu
    Copy the full SHA
    b68e735 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. 添加.gitignore文件

    geange committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    a5be0df View commit details
    Browse the repository at this point in the history
  2. 1. 修改过滤器的传入参数

    2. 添加部分注释信息
    geange committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    d7acb7c View commit details
    Browse the repository at this point in the history
  3. 变动:

    1.修改README过滤器的传入参数
    2.添加1.12和1.13的测试
    geange committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    4a761e2 View commit details
    Browse the repository at this point in the history
  4. 修改sample的代码 (withlin#45)

    修改sample的代码
    withlin authored Dec 12, 2019
    Configuration menu
    Copy the full SHA
    33ac8c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    0bb1a3f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Merge pull request withlin#48 from open-source-go/del_dev

    ack时判断成功状态以避免一个会引起崩溃的队列顺序问题
    withlin authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    96bf8b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. 重写cluster模式

    徐世鑫 committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    10f49c9 View commit details
    Browse the repository at this point in the history
  2. 重写cluster模式

    徐世鑫 committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    1083968 View commit details
    Browse the repository at this point in the history
  3. 重写cluster模式

    徐世鑫 committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    5df0df2 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Merge pull request withlin#50 from Xsxdot/master

    重写了ClusterCanalConnector,增加client高可用
    withlin authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    d552e74 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    3d17120 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Merge pull request withlin#52 from yntor/master

    fixed lazyParseEntry模式Message.Raw
    withlin authored Apr 5, 2020
    Configuration menu
    Copy the full SHA
    37b9e9d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. fix:import error packege

    王飞 committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    958ec01 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. fix: del unuse code

    王飞 committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    5678e80 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Merge pull request withlin#54 from wangfeiso/master

    fix:import error packege
    withlin authored Apr 21, 2020
    Configuration menu
    Copy the full SHA
    030ecaa View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Fix package URL not working

    withlin committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    b21f232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbdaa41 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. 修改CanalConnector接口定义

    fuming authored and fuming committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    91a8adf View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    1df6805 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. fix withlin#60

    withlin committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    0f57720 View commit details
    Browse the repository at this point in the history
  2. upgrade golang version

    withlin committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    2e53b24 View commit details
    Browse the repository at this point in the history
  3. fix ci

    withlin committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    9540de9 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    withlin authored Aug 8, 2020
    9 Configuration menu
    Copy the full SHA
    72ff485 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. 增加密码Auth withlin#46

    stulzq committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    98f8bee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7c5331 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. fix: 多个 destination 时的 zk 竞争问题

    cecilelu(陆鑫) committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    5ae733f View commit details
    Browse the repository at this point in the history