Skip to content

Commit

Permalink
feat: add config_properties_exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
rriski committed Jun 4, 2024
1 parent 95a025f commit 2b2e809
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mirrormaker_replication_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ type (
Topics []string `json:"topics,omitempty"`
TopicsBlacklist []string `json:"topics.blacklist,omitempty"`
ReplicationFactor *int `json:"replication_factor,omitempty"`
ConfigPropertiesExclude []string `json:"config_properties_exclude,omitempty"`
}

// MirrorMakerReplicationFlowRequest request used to create a Kafka MirrorMaker 2
Expand Down

0 comments on commit 2b2e809

Please sign in to comment.