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
EntryProtocolandCanalProtocolinto two packages to avoid name conflicts. - Add version management for
protoc