pingcap/tiflow

Refine code generator for canal protocol

オープン

#1,107 opened on 2020/11/20

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Go (310 件のフォーク)auto 404
help wantedpriority/P2subject/new-feature

Repository metrics

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

説明

Feature Request

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

Currently TiCDC maintains a simple canal protocol code generator script, but it lacks version management for protoc, and has one enum name conflict issue (ref: https://github.com/pingcap/ticdc/issues/1071)

Describe the feature you'd like:

  • Separate EntryProtocol and CanalProtocol into two packages to avoid name conflicts.
  • Add version management for protoc

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