From a97d04cf7319f70f8ff194b83f367f27284497be Mon Sep 17 00:00:00 2001 From: Daniel Weinshenker Date: Tue, 14 Nov 2023 10:03:23 -0800 Subject: [PATCH] Remove unclean_leader_election_enable for topic configuration --- databases.go | 1 - 1 file changed, 1 deletion(-) diff --git a/databases.go b/databases.go index 4b374997..71289cf2 100644 --- a/databases.go +++ b/databases.go @@ -347,7 +347,6 @@ type TopicConfig struct { SegmentIndexBytes *uint64 `json:"segment_index_bytes,omitempty"` SegmentJitterMS *uint64 `json:"segment_jitter_ms,omitempty"` SegmentMS *uint64 `json:"segment_ms,omitempty"` - UncleanLeaderElectionEnable *bool `json:"unclean_leader_election_enable,omitempty"` } // DatabaseCreateTopicRequest is used to create a new topic within a kafka cluster