|
5577 | 5577 | "enable_schema_id_validation": { |
5578 | 5578 | "c_type": "pandaproxy::schema_registry::schema_id_validation_mode", |
5579 | 5579 | "cloud_byoc_only": false, |
5580 | | - "cloud_editable": false, |
| 5580 | + "cloud_editable": true, |
5581 | 5581 | "cloud_readonly": false, |
5582 | | - "cloud_supported": false, |
| 5582 | + "cloud_supported": true, |
5583 | 5583 | "config_scope": "cluster", |
5584 | 5584 | "default": "none", |
5585 | 5585 | "defined_in": "src/v/config/configuration.cc", |
|
6095 | 6095 | "c_type": "std::chrono::seconds", |
6096 | 6096 | "cloud_byoc_only": false, |
6097 | 6097 | "cloud_editable": false, |
6098 | | - "cloud_readonly": false, |
6099 | | - "cloud_supported": false, |
| 6098 | + "cloud_readonly": true, |
| 6099 | + "cloud_supported": true, |
6100 | 6100 | "config_scope": "cluster", |
6101 | 6101 | "default": 604800, |
6102 | 6102 | "default_human_readable": "1 week", |
|
6333 | 6333 | "redpanda" |
6334 | 6334 | ], |
6335 | 6335 | "defined_in": "src/v/config/configuration.cc", |
6336 | | - "description": "The default namespace (database name) for Iceberg tables. All tables created by Redpanda will be placed in this namespace within the Iceberg catalog. Supports nested namespaces as an array of strings. IMPORTANT: 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": { |
|
6343 | 6343 | "needs_restart": true, |
6344 | 6344 | "nullable": false, |
6345 | 6345 | "type": "array", |
| 6346 | + "version": "v25.3.5", |
6346 | 6347 | "visibility": "user" |
6347 | 6348 | }, |
6348 | 6349 | "iceberg_default_partition_spec": { |
|
7507 | 7508 | "type": "boolean", |
7508 | 7509 | "visibility": "user" |
7509 | 7510 | }, |
| 7511 | + "kafka_fetch_request_timeout_ms": { |
| 7512 | + "c_type": "std::chrono::milliseconds", |
| 7513 | + "cloud_byoc_only": false, |
| 7514 | + "cloud_editable": false, |
| 7515 | + "cloud_readonly": false, |
| 7516 | + "cloud_supported": false, |
| 7517 | + "config_scope": "cluster", |
| 7518 | + "default": 5000, |
| 7519 | + "default_human_readable": "5 seconds", |
| 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.", |
| 7522 | + "is_deprecated": false, |
| 7523 | + "is_enterprise": false, |
| 7524 | + "maximum": 17592186044415, |
| 7525 | + "minimum": -17592186044416, |
| 7526 | + "name": "kafka_fetch_request_timeout_ms", |
| 7527 | + "needs_restart": false, |
| 7528 | + "nullable": false, |
| 7529 | + "type": "integer", |
| 7530 | + "visibility": "tunable", |
| 7531 | + "version": "v25.3.7" |
| 7532 | + }, |
7510 | 7533 | "kafka_group_recovery_timeout_ms": { |
7511 | 7534 | "c_type": "std::chrono::milliseconds", |
7512 | 7535 | "cloud_byoc_only": false, |
|
0 commit comments