Skip to content

Commit

Permalink
Fix Kafka broker config schema
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Jan 23, 2025
1 parent cde6fe1 commit fc72d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/strimzi-kafka-operator/v0-45-0/broker_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@
"description": "Enable the log cleaner process to run on the server"
},
"log.cleaner.io.buffer.load.factor": {
"type": "double",
"type": "number",
"enum": [
0.9,
0.8,
Expand Down Expand Up @@ -1214,7 +1214,7 @@
"description": "The maximum time a message will remain ineligible for compaction in the log. Only applicable for logs that are being compacted."
},
"log.cleaner.min.cleanable.ratio": {
"type": "double",
"type": "number",
"enum": [
0.5,
0.1,
Expand Down

0 comments on commit fc72d86

Please sign in to comment.