Skip to content

Commit

Permalink
Remove unclean_leader_election_enable for topic configuration (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinshenker committed Nov 14, 2023
1 parent 817d915 commit e0380cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion databases.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0380cf

Please sign in to comment.