diff --git a/Packs/Kafka/Integrations/KafkaV3/KafkaV3.yml b/Packs/Kafka/Integrations/KafkaV3/KafkaV3.yml index 7f9754d57fe9..54302656b7c7 100644 --- a/Packs/Kafka/Integrations/KafkaV3/KafkaV3.yml +++ b/Packs/Kafka/Integrations/KafkaV3/KafkaV3.yml @@ -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 diff --git a/Packs/Kafka/Integrations/KafkaV3/README.md b/Packs/Kafka/Integrations/KafkaV3/README.md index 4c8639eef61b..454187146b43 100644 --- a/Packs/Kafka/Integrations/KafkaV3/README.md +++ b/Packs/Kafka/Integrations/KafkaV3/README.md @@ -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 |