# Functions
CheckClusterVersion check TiKV and PD version.
CheckStoreVersion checks whether the given TiKV is compatible with this CDC.
CheckTiCDCVersion return true if all cdc instance have valid semantic version the whole cluster only allow at most 2 different version instances and should in the range [MinTiCDCVersion, MaxTiCDCVersion).
GetRawInfo returns basic version information string.
GetTiCDCClusterVersion returns the version of ticdc cluster.
LogVersionInfo prints the CDC version information.
NewCreatorVersionGate creates the creator version gate.
ReleaseSemver returns a valid Semantic Versions or an empty if the ReleaseVersion is not set at compile time.
SanitizeVersion remove the prefix "v" and suffix git hash.
# Variables
Version information.
Version information.
Version information.
Version information.
MaxTiCDCVersion is the version of the maximum allowed TiCDC version.
MinTiCDCVersion is the version of the minimal allowed TiCDC version.
MinTiKVVersion is the version of the minimal compatible TiKV.
Version information.
# Structs
CreatorVersionGate determines the introduced version and compatibility of some features based on the creator's version value.
TiCDCClusterVersion is the version of TiCDC cluster.