Skip to content

Commit

Permalink
add additionalinfo to the paramter
Browse files Browse the repository at this point in the history
  • Loading branch information
sapirshuker committed Nov 20, 2024
1 parent 01c59ad commit ed18726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packs/Kafka/Integrations/KafkaV3/KafkaV3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ configuration:
name: use_sasl
type: 8
- display: Stop consuming upon timeout
additionalinfo: TODO
additionalinfo: When fetching a large amount of messages (100+), we recommend to terminate the consumption of messages upon timeout. This will lead to the termination of the fetch when no messages are received after a defined period of time, instead of continuing to request messages until the number of messages specified in the 'max_fetch' parameter is reached.
name: stop_consuming_upon_timeout
type: 8
advanced: true
Expand Down
2 changes: 1 addition & 1 deletion Packs/Kafka/Integrations/KafkaV3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This integration is fully compatible with the Kafka v2 integration.
| Client certificate key password (if required) | | False |
| Password | | False |
| Use SASL PLAIN for connection | | False |
| Stop consuming upon timeout | TODO | False |
| Stop consuming upon timeout | When fetching a large amount of messages (100+), we recommend to terminate the consumption of messages upon timeout. This will lead to the termination of the fetch when no messages are received after a defined period of time, instead of continuing to request messages until the number of messages specified in the 'max_fetch' parameter is reached. | False |
| SASL PLAIN Username | | False |
| SASL PLAIN Password | | False |
| Topic to fetch incidents from (Required for fetch incidents) | | False |
Expand Down

0 comments on commit ed18726

Please sign in to comment.