pingcap/tiflow

Move the common logic together with BR.

開放

#956 建立於 2020年9月17日

 (0 則留言) (0 個反應) (0 位負責人)Go (310 個分叉)auto 404
help wanted

倉庫指標

星標
 (461 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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:

貢獻者指南