pingcap/tiflow

Refine code generator for canal protocol

開放

#1,107 建立於 2020年11月20日

 (1 則留言) (0 個反應) (0 位負責人)Go (310 個分叉)auto 404
help wantedpriority/P2subject/new-feature

倉庫指標

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

描述

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

貢獻者指南