Skip to content

Commit c42412e

Browse files
committed
feat: add details to kafka configuration change attacks
1 parent ef682bc commit c42412e

File tree

2 files changed

+10
-0
lines changed
  • actions
    • com.steadybit.extension_kafka.broker.limit-io-threads
    • com.steadybit.extension_kafka.broker.limit-network-threads

2 files changed

+10
-0
lines changed

actions/com.steadybit.extension_kafka.broker.limit-io-threads/summary.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
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).
44

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+
510
# Use Cases
611

712
- Limit I/O threads to reduce the broker’s capacity to perform disk operations, potentially causing increased latency or request timeouts.

actions/com.steadybit.extension_kafka.broker.limit-network-threads/summary.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
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).
44

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+
510
# Use Cases
611

712
- Reduce the num.network.threads to limit the broker’s ability to process network requests.

0 commit comments

Comments
 (0)