You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: actions/com.steadybit.extension_kafka.broker.limit-io-threads/summary.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
With this action, Steadybit can dynamically modify a broker configuration to change the value of the following configuration [num.io.threads](https://docs.confluent.io/platform/current/installation/configuration/broker-configs.html#num-io-threads).
4
4
5
+
# Details
6
+
7
+
Kafka restricts large changes to its current configuration. If the requested number of network threads falls outside the permissible range,
8
+
the extension applies intermediate adjustments incrementally until the target value is achieved.
9
+
5
10
# Use Cases
6
11
7
12
- Limit I/O threads to reduce the broker’s capacity to perform disk operations, potentially causing increased latency or request timeouts.
Copy file name to clipboardExpand all lines: actions/com.steadybit.extension_kafka.broker.limit-network-threads/summary.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
With this action, Steadybit can dynamically modify a broker configuration to change the value of the following configuration [num.network.threads](https://docs.confluent.io/platform/current/installation/configuration/broker-configs.html#num-network-threads).
4
4
5
+
# Details
6
+
7
+
Kafka restricts large changes to its current configuration. If the requested number of network threads falls outside the permissible range,
8
+
the extension applies intermediate adjustments incrementally until the target value is achieved.
9
+
5
10
# Use Cases
6
11
7
12
- Reduce the num.network.threads to limit the broker’s ability to process network requests.
0 commit comments