Skip to content

Commit

Permalink
Update content/docs/10.configuration-guide/kafka.md
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu authored and brian-mulier-p committed Oct 1, 2024
1 parent ea47e12 commit c970d95
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions content/docs/10.configuration-guide/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,10 @@ If a message exceeds this limit, it may crash the executor and Kestra will stop.

To prevent that, you can configure a functionality that will automatically store too big messages to the internal storage.

The following configuration will store all messages that exceed 1MiB to the internal storage, and refuse messages that exceed 10MiB by failing the execution, the executor will not crash, and Kestra will keep functioning.

```yaml
kestra:
kafka:
message-protection:
soft-limit: 1048576
hard-limit: 10485760
```
enabled: true
The `hard-limit` is not mandatory, in this case messages of any size will be accepted.

0 comments on commit c970d95

Please sign in to comment.