pingcap/tiflow

Move the common logic together with BR.

オープン

#956 opened on 2020/09/17

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Go (310 件のフォーク)auto 404
help wanted

Repository metrics

Stars
 (461 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Feature Request

Is your feature request related to a problem? Please describe:

According to https://github.com/pingcap/br/pull/482#discussion_r488934395, BR and CDC both have the same variables and interfaces in different repo which increase the maintenance cos.

Describe the feature you'd like:

we can move the decoder logic together by

  1. import BR cause CDC already import BR as lib.
  2. move decoder into a third-part repo.

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

コントリビューターガイド