pingcap/tiflow

Move the common logic together with BR.

Aberta

#956 aberto em 17 de set. de 2020

 (0 comentário) (0 reação) (0 responsável)Go (310 forks)auto 404
help wanted

Métricas do repositório

Stars
 (461 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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:

Guia do colaborador