Skip to content

Commit

Permalink
DBAAS-4506: update kafka topic config options (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
shabtaisharon authored Nov 14, 2023
1 parent 423c2d3 commit 13ed326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
11 changes: 1 addition & 10 deletions specification/resources/databases/models/kafka_topic_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,4 @@ properties:
description: >-
The segment_ms specifies the period of time after which the log will
be forced to roll if the segment file isn't full. This ensures that
retention can delete or compact old data.
unclean_leader_election_enable:
type: boolean
example: false
default: false
description: >-
Whether unclean_leader_election_enable specifies whether to allow
replicas that are not insync to be elected as leaders as a last
resort. This may result in data loss since those leaders are not
insync.
retention can delete or compact old data.
3 changes: 1 addition & 2 deletions specification/resources/databases/responses/kafka_topic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@ content:
segment_bytes: 209715200
segment_index_bytes: 10485760
segment_jitter_ms: 0
segment_ms: 604800000
unclean_leader_election_enable: false
segment_ms: 604800000

0 comments on commit 13ed326

Please sign in to comment.