Skip to content

Commit

Permalink
feat: add replication_factor (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov authored May 28, 2024
1 parent 6142bca commit 95a025f
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 @@ -22,6 +22,7 @@ type (
EmitBackwardHeartbeatsEnabled *bool `json:"emit_backward_heartbeats_enabled,omitempty"`
Topics []string `json:"topics,omitempty"`
TopicsBlacklist []string `json:"topics.blacklist,omitempty"`
ReplicationFactor *int `json:"replication_factor,omitempty"`
}

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

0 comments on commit 95a025f

Please sign in to comment.