Skip to content

Commit

Permalink
update v2 model.
Browse files Browse the repository at this point in the history
  • Loading branch information
3AceShowHand committed Oct 12, 2023
1 parent 44308db commit 4abfb0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cdc/api/v2/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -911,10 +911,10 @@ type LargeMessageHandleConfig struct {
// This is a duplicate of config.DispatchRule
type DispatchRule struct {
Matcher []string `json:"matcher,omitempty"`
PartitionRule string `json:"partition"`
IndexName string `json:"index"`
Columns []string `json:"columns"`
TopicRule string `json:"topic"`
PartitionRule string `json:"partition,omitempty"`
IndexName string `json:"index,omitempty"`
Columns []string `json:"columns,omitempty"`
TopicRule string `json:"topic,omitempty"`
}

// ColumnSelector represents a column selector for a table.
Expand Down

0 comments on commit 4abfb0a

Please sign in to comment.