|
5583 | 5583 | "config_scope": "cluster", |
5584 | 5584 | "default": "none", |
5585 | 5585 | "defined_in": "src/v/config/configuration.cc", |
5586 | | - "description": "Controls whether Redpanda validates schema IDs in records and which topic properties are enforced.\n\nValues:\n\n* `none`: Schema validation is disabled (no schema ID checks are done). Associated topic properties cannot be modified.\n* `redpanda`: Schema validation is enabled. Only Redpanda topic properties are accepted.\n* `compat`: Schema validation is enabled. Both Redpanda and compatible topic properties are accepted.", |
| 5586 | + "description": "Controls whether Redpanda validates schema IDs in records and which topic properties are enforced.\n\nValues:\n\n* `none`: Schema validation is disabled (no schema ID checks are done). Associated topic properties cannot be modified.\n* `redpanda`: Schema validation is enabled. Only Redpanda topic properties are accepted.\n* `compat`: Schema validation is enabled. Both Redpanda and compatible topic properties are accepted.\n\nNOTE: Enabling this property will trigger decompression of message batches for topics on which validation is configured, which may lead to a modest increase in CPU load. Redpanda recommends monitoring CPU utilization after topics are configured.", |
5587 | 5587 | "enterprise_constructor": "restricted_only", |
5588 | 5588 | "enterprise_restricted_value": [ |
5589 | 5589 | "compat", |
|
6333 | 6333 | "redpanda" |
6334 | 6334 | ], |
6335 | 6335 | "defined_in": "src/v/config/configuration.cc", |
6336 | | - "description": "The default Iceberg catalog namespace where Redpanda creates tables. Supports nested namespaces as an array of strings. \n\nIMPORTANT: This value must be configured before enabling Iceberg and must not be changed afterward. Changing it will cause Redpanda to lose track of existing tables.", |
| 6336 | + "description": "The default Iceberg catalog namespace where Redpanda creates tables. Supports nested namespaces as an array of strings.\n\nIMPORTANT: This value must be configured before enabling Iceberg and must not be changed afterward. Changing it will cause Redpanda to lose track of existing tables.", |
6337 | 6337 | "is_deprecated": false, |
6338 | 6338 | "is_enterprise": false, |
6339 | 6339 | "items": { |
|
7518 | 7518 | "default": 5000, |
7519 | 7519 | "default_human_readable": "5 seconds", |
7520 | 7520 | "defined_in": "src/v/config/configuration.cc", |
7521 | | - "description": "Broker-side target for the duration of a single fetch request. The broker will try to complete fetches within the specified duration, even if it means returning less bytes in the fetch than are available.", |
| 7521 | + "description": "Target duration for a single fetch request. The broker tries to complete each fetch within this duration, even if fewer bytes are available than requested.", |
7522 | 7522 | "is_deprecated": false, |
7523 | 7523 | "is_enterprise": false, |
7524 | 7524 | "maximum": 17592186044415, |
|
7527 | 7527 | "needs_restart": false, |
7528 | 7528 | "nullable": false, |
7529 | 7529 | "type": "integer", |
7530 | | - "visibility": "tunable", |
7531 | | - "version": "v25.3.7" |
| 7530 | + "version": "v25.3.7", |
| 7531 | + "visibility": "tunable" |
7532 | 7532 | }, |
7533 | 7533 | "kafka_group_recovery_timeout_ms": { |
7534 | 7534 | "c_type": "std::chrono::milliseconds", |
|
8581 | 8581 | "type": "integer", |
8582 | 8582 | "visibility": "user" |
8583 | 8583 | }, |
| 8584 | + "log_compaction_max_priority_wait_ms": { |
| 8585 | + "c_type": "std::chrono::milliseconds", |
| 8586 | + "cloud_byoc_only": false, |
| 8587 | + "cloud_editable": false, |
| 8588 | + "cloud_readonly": false, |
| 8589 | + "cloud_supported": false, |
| 8590 | + "config_scope": "cluster", |
| 8591 | + "default": 3600000, |
| 8592 | + "default_human_readable": "1 hour", |
| 8593 | + "defined_in": "src/v/config/configuration.cc", |
| 8594 | + "description": "Maximum time a priority partition (for example, `__consumer_offsets`) can wait for compaction before preempting regular compaction.", |
| 8595 | + "is_deprecated": false, |
| 8596 | + "is_enterprise": false, |
| 8597 | + "maximum": 17592186044415, |
| 8598 | + "minimum": -17592186044416, |
| 8599 | + "name": "log_compaction_max_priority_wait_ms", |
| 8600 | + "needs_restart": false, |
| 8601 | + "nullable": false, |
| 8602 | + "type": "integer", |
| 8603 | + "visibility": "tunable" |
| 8604 | + }, |
8584 | 8605 | "log_compaction_merge_max_ranges": { |
8585 | 8606 | "c_type": "uint32_t", |
8586 | 8607 | "cloud_byoc_only": false, |
|
0 commit comments