Skip to content

Commit ea6057d

Browse files
auto-docs: Update property docs for tag v25.3.7 (#1568)
Co-authored-by: Paulo Borges <paulohtb6@gmail.com>
1 parent eee187b commit ea6057d

5 files changed

Lines changed: 101 additions & 20 deletions

File tree

antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ asciidoc:
1717
# Fallback versions
1818
# We try to fetch the latest versions from GitHub at build time
1919
# --
20-
full-version: 25.3.5
21-
latest-redpanda-tag: 'v25.3.5'
20+
full-version: 25.3.7
21+
latest-redpanda-tag: 'v25.3.7'
2222
latest-console-tag: 'v3.3.1'
2323
latest-release-commit: '6aa5af28b020b66e5caa966094882b7260497a53'
2424
latest-operator-version: 'v2.3.8-24.3.6'

docs-data/property-overrides.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,6 +1131,9 @@
11311131
"description": "Flag to require authorization for Kafka connections. If `null`, the property is disabled, and authorization is instead enabled by <<enable_sasl, `enable_sasl`>>.\n\n* `null`: Ignored. Authorization is enabled with `enable_sasl`: `true`\n* `true`: authorization is required.\n* `false`: authorization is disabled.",
11321132
"config_scope": "cluster"
11331133
},
1134+
"kafka_fetch_request_timeout_ms": {
1135+
"version": "v25.3.7"
1136+
},
11341137
"kafka_max_message_size_upper_limit_bytes": {
11351138
"related_topics": [
11361139
"xref:reference:properties/topic-properties.adoc#maxmessagebytes[`max.message.bytes`]"

docs-data/redpanda-property-changes-v25.3.4-to-v25.3.5.json renamed to docs-data/redpanda-property-changes-v25.3.5-to-v25.3.7.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"comparison": {
3-
"oldVersion": "v25.3.4",
4-
"newVersion": "v25.3.5",
5-
"timestamp": "2026-01-16T14:07:15.883Z"
3+
"oldVersion": "v25.3.5",
4+
"newVersion": "v25.3.7",
5+
"timestamp": "2026-02-07T17:24:45.753Z"
66
},
77
"summary": {
88
"newProperties": 1,
@@ -16,12 +16,10 @@
1616
"details": {
1717
"newProperties": [
1818
{
19-
"name": "iceberg_default_catalog_namespace",
20-
"type": "array",
21-
"default": [
22-
"redpanda"
23-
],
24-
"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."
19+
"name": "kafka_fetch_request_timeout_ms",
20+
"type": "integer",
21+
"default": 5000,
22+
"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."
2523
}
2624
],
2725
"changedDefaults": [],

modules/reference/attachments/redpanda-properties-v25.3.5.json renamed to modules/reference/attachments/redpanda-properties-v25.3.7.json

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5577,9 +5577,9 @@
55775577
"enable_schema_id_validation": {
55785578
"c_type": "pandaproxy::schema_registry::schema_id_validation_mode",
55795579
"cloud_byoc_only": false,
5580-
"cloud_editable": false,
5580+
"cloud_editable": true,
55815581
"cloud_readonly": false,
5582-
"cloud_supported": false,
5582+
"cloud_supported": true,
55835583
"config_scope": "cluster",
55845584
"default": "none",
55855585
"defined_in": "src/v/config/configuration.cc",
@@ -6095,8 +6095,8 @@
60956095
"c_type": "std::chrono::seconds",
60966096
"cloud_byoc_only": false,
60976097
"cloud_editable": false,
6098-
"cloud_readonly": false,
6099-
"cloud_supported": false,
6098+
"cloud_readonly": true,
6099+
"cloud_supported": true,
61006100
"config_scope": "cluster",
61016101
"default": 604800,
61026102
"default_human_readable": "1 week",
@@ -6333,7 +6333,7 @@
63336333
"redpanda"
63346334
],
63356335
"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.",
63376337
"is_deprecated": false,
63386338
"is_enterprise": false,
63396339
"items": {
@@ -6343,6 +6343,7 @@
63436343
"needs_restart": true,
63446344
"nullable": false,
63456345
"type": "array",
6346+
"version": "v25.3.5",
63466347
"visibility": "user"
63476348
},
63486349
"iceberg_default_partition_spec": {
@@ -7507,6 +7508,28 @@
75077508
"type": "boolean",
75087509
"visibility": "user"
75097510
},
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+
},
75107533
"kafka_group_recovery_timeout_ms": {
75117534
"c_type": "std::chrono::milliseconds",
75127535
"cloud_byoc_only": false,

modules/reference/partials/properties/cluster-properties.adoc

Lines changed: 61 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5046,7 +5046,7 @@ endif::[]
50465046
| Default
50475047
|
50485048
ifdef::env-cloud[]
5049-
Available in the Redpanda Cloud Console
5049+
Available in the Redpanda Cloud Console (editable)
50505050
endif::[]
50515051
ifndef::env-cloud[]
50525052
`none`
@@ -6006,6 +6006,7 @@ endif::[]
60066006
|===
60076007

60086008

6009+
// tag::redpanda-cloud[]
60096010
=== group_offset_retention_sec
60106011

60116012
Consumer group offset retention seconds. To disable offset retention, set this to null.
@@ -6025,7 +6026,7 @@ Consumer group offset retention seconds. To disable offset retention, set this t
60256026
| Default
60266027
|
60276028
ifdef::env-cloud[]
6028-
Available in the Redpanda Cloud Console
6029+
Available in the Redpanda Cloud Console (read-only)
60296030
endif::[]
60306031
ifndef::env-cloud[]
60316032
`604800` (1 week)
@@ -6052,6 +6053,7 @@ endif::[]
60526053

60536054
|===
60546055

6056+
// end::redpanda-cloud[]
60556057

60566058
=== group_topic_partitions
60576059

@@ -6518,9 +6520,13 @@ endif::[]
65186520

65196521
=== iceberg_default_catalog_namespace
65206522

6521-
The default Iceberg catalog namespace where Redpanda creates tables. Supports nested namespaces as an array of strings.
6523+
ifndef::env-cloud[]
6524+
*Introduced in v25.3.5*
6525+
endif::[]
65226526

6523-
IMPORTANT: Configure this value before enabling Iceberg. Do not change it afterward, or Redpanda loses track of existing tables.
6527+
The default Iceberg catalog namespace where Redpanda creates tables. Supports nested namespaces as an array of strings.
6528+
6529+
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.
65246530

65256531
[cols="1s,2a"]
65266532
|===
@@ -8972,6 +8978,57 @@ endif::[]
89728978
|===
89738979

89748980

8981+
=== kafka_fetch_request_timeout_ms
8982+
8983+
ifndef::env-cloud[]
8984+
*Introduced in v25.3.7*
8985+
endif::[]
8986+
8987+
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.
8988+
8989+
[cols="1s,2a"]
8990+
|===
8991+
| Property | Value
8992+
8993+
| Type
8994+
| `integer`
8995+
8996+
8997+
8998+
| Range
8999+
| [`-17592186044416`, `17592186044415`]
9000+
9001+
| Default
9002+
|
9003+
ifdef::env-cloud[]
9004+
Available in the Redpanda Cloud Console
9005+
endif::[]
9006+
ifndef::env-cloud[]
9007+
`5000` (5 seconds)
9008+
endif::[]
9009+
9010+
| Nullable
9011+
| No
9012+
9013+
| Unit
9014+
| Milliseconds
9015+
9016+
| Requires restart
9017+
| No
9018+
9019+
ifndef::env-cloud[]
9020+
| Restored on xref:manage:whole-cluster-restore.adoc[Whole Cluster Restore]
9021+
| Yes
9022+
endif::[]
9023+
9024+
ifndef::env-cloud[]
9025+
| Visibility
9026+
| Tunable
9027+
endif::[]
9028+
9029+
|===
9030+
9031+
89759032
=== kafka_group_recovery_timeout_ms
89769033

89779034
Kafka group recovery timeout.

0 commit comments

Comments
 (0)