Skip to content

Commit 4230c3f

Browse files
mfernestclaude
andauthored
fix(DOC-1711): clarify rps_limit_* cluster property descriptions (#1620)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 49e7aa6 commit 4230c3f

2 files changed

Lines changed: 26 additions & 5 deletions

File tree

docs-data/property-overrides.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
{
22
"properties": {
3+
"rps_limit_acls_and_users_operations": {
4+
"description": "Rate limit, in requests per second, for ACL and user operations on the controller. The controller processes cluster management requests (such as creating, deleting, and updating ACLs and users) through the controller log (raft0).",
5+
"config_scope": "cluster"
6+
},
7+
"rps_limit_configuration_operations": {
8+
"description": "Rate limit, in requests per second, for configuration operations on the controller. The controller processes cluster management requests (such as cluster configuration updates, feature activations, and data policy changes) through the controller log (raft0).",
9+
"config_scope": "cluster"
10+
},
11+
"rps_limit_move_operations": {
12+
"description": "Rate limit, in requests per second, for move operations on the controller. The controller processes cluster management requests (such as moving and canceling partition replica reassignments) through the controller log (raft0).",
13+
"config_scope": "cluster"
14+
},
15+
"rps_limit_node_management_operations": {
16+
"description": "Rate limit, in requests per second, for node management operations on the controller. The controller processes cluster management requests (such as decommissioning, recommissioning, and setting brokers to maintenance mode) through the controller log (raft0).",
17+
"config_scope": "cluster"
18+
},
19+
"rps_limit_topic_operations": {
20+
"description": "Rate limit, in requests per second, for topic operations on the controller. The controller processes cluster management requests (such as creating, deleting, and updating topics and partition counts) through the controller log (raft0).",
21+
"config_scope": "cluster"
22+
},
323
"abort_index_segment_size": {
424
"description": "Capacity (in number of txns) of an abort index segment.\n\nEach partition tracks the aborted transaction offset ranges to help service client requests. If the number of transactions increases beyond this threshold, they are flushed to disk to ease memory pressure. Then they're loaded on demand. This configuration controls the maximum number of aborted transactions before they are flushed to disk.",
525
"config_scope": "cluster"

modules/reference/attachments/redpanda-properties-v25.3.10.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12099,7 +12099,7 @@
1209912099
"config_scope": "cluster",
1210012100
"default": 1000,
1210112101
"defined_in": "src/v/config/configuration.cc",
12102-
"description": "Rate limit for controller ACLs and user's operations.",
12102+
"description": "Rate limit, in requests per second, for ACL and user operations on the controller. The controller processes cluster management requests (such as creating, deleting, and updating ACLs and users) through the controller log (raft0).",
1210312103
"is_deprecated": false,
1210412104
"is_enterprise": false,
1210512105
"name": "rps_limit_acls_and_users_operations",
@@ -12117,7 +12117,7 @@
1211712117
"config_scope": "cluster",
1211812118
"default": 1000,
1211912119
"defined_in": "src/v/config/configuration.cc",
12120-
"description": "Rate limit for controller configuration operations.",
12120+
"description": "Rate limit, in requests per second, for configuration operations on the controller. The controller processes cluster management requests (such as cluster configuration updates, feature activations, and data policy changes) through the controller log (raft0).",
1212112121
"is_deprecated": false,
1212212122
"is_enterprise": false,
1212312123
"name": "rps_limit_configuration_operations",
@@ -12135,7 +12135,7 @@
1213512135
"config_scope": "cluster",
1213612136
"default": 1000,
1213712137
"defined_in": "src/v/config/configuration.cc",
12138-
"description": "Rate limit for controller move operations.",
12138+
"description": "Rate limit, in requests per second, for move operations on the controller. The controller processes cluster management requests (such as moving and canceling partition replica reassignments) through the controller log (raft0).",
1213912139
"is_deprecated": false,
1214012140
"is_enterprise": false,
1214112141
"name": "rps_limit_move_operations",
@@ -12153,7 +12153,7 @@
1215312153
"config_scope": "cluster",
1215412154
"default": 1000,
1215512155
"defined_in": "src/v/config/configuration.cc",
12156-
"description": "Rate limit for controller node management operations.",
12156+
"description": "Rate limit, in requests per second, for node management operations on the controller. The controller processes cluster management requests (such as decommissioning, recommissioning, and setting brokers to maintenance mode) through the controller log (raft0).",
1215712157
"is_deprecated": false,
1215812158
"is_enterprise": false,
1215912159
"name": "rps_limit_node_management_operations",
@@ -12171,7 +12171,7 @@
1217112171
"config_scope": "cluster",
1217212172
"default": 1000,
1217312173
"defined_in": "src/v/config/configuration.cc",
12174-
"description": "Rate limit for controller topic operations.",
12174+
"description": "Rate limit, in requests per second, for topic operations on the controller. The controller processes cluster management requests (such as creating, deleting, and updating topics and partition counts) through the controller log (raft0).",
1217512175
"is_deprecated": false,
1217612176
"is_enterprise": false,
1217712177
"name": "rps_limit_topic_operations",
@@ -12462,6 +12462,7 @@
1246212462
"needs_restart": false,
1246312463
"nullable": false,
1246412464
"type": "boolean",
12465+
"version": "v25.3.10",
1246512466
"visibility": "tunable"
1246612467
},
1246712468
"schema_registry_enable_authorization": {

0 commit comments

Comments
 (0)