From 2b2e809cccb96de00f513262c5e496a74f1dcb88 Mon Sep 17 00:00:00 2001 From: Timo Riski Date: Tue, 4 Jun 2024 13:40:45 +0300 Subject: [PATCH] feat: add `config_properties_exclude` --- mirrormaker_replication_flow.go | 1 + 1 file changed, 1 insertion(+) diff --git a/mirrormaker_replication_flow.go b/mirrormaker_replication_flow.go index 2d23bf1..aff6509 100644 --- a/mirrormaker_replication_flow.go +++ b/mirrormaker_replication_flow.go @@ -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