pingcap/tiflow

Refine code generator for canal protocol

Ouverte

#1 107 ouverte le 20 nov. 2020

 (1 commentaire) (0 réaction) (0 personne assignée)Go (310 forks)auto 404
help wantedpriority/P2subject/new-feature

Métriques du dépôt

Stars
 (461 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur