|
12099 | 12099 | "config_scope": "cluster", |
12100 | 12100 | "default": 1000, |
12101 | 12101 | "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).", |
12103 | 12103 | "is_deprecated": false, |
12104 | 12104 | "is_enterprise": false, |
12105 | 12105 | "name": "rps_limit_acls_and_users_operations", |
|
12117 | 12117 | "config_scope": "cluster", |
12118 | 12118 | "default": 1000, |
12119 | 12119 | "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).", |
12121 | 12121 | "is_deprecated": false, |
12122 | 12122 | "is_enterprise": false, |
12123 | 12123 | "name": "rps_limit_configuration_operations", |
|
12135 | 12135 | "config_scope": "cluster", |
12136 | 12136 | "default": 1000, |
12137 | 12137 | "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).", |
12139 | 12139 | "is_deprecated": false, |
12140 | 12140 | "is_enterprise": false, |
12141 | 12141 | "name": "rps_limit_move_operations", |
|
12153 | 12153 | "config_scope": "cluster", |
12154 | 12154 | "default": 1000, |
12155 | 12155 | "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).", |
12157 | 12157 | "is_deprecated": false, |
12158 | 12158 | "is_enterprise": false, |
12159 | 12159 | "name": "rps_limit_node_management_operations", |
|
12171 | 12171 | "config_scope": "cluster", |
12172 | 12172 | "default": 1000, |
12173 | 12173 | "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).", |
12175 | 12175 | "is_deprecated": false, |
12176 | 12176 | "is_enterprise": false, |
12177 | 12177 | "name": "rps_limit_topic_operations", |
|
12462 | 12462 | "needs_restart": false, |
12463 | 12463 | "nullable": false, |
12464 | 12464 | "type": "boolean", |
| 12465 | + "version": "v25.3.10", |
12465 | 12466 | "visibility": "tunable" |
12466 | 12467 | }, |
12467 | 12468 | "schema_registry_enable_authorization": { |
|
0 commit comments