shishkovilja commented on code in PR #10488: URL: https://github.com/apache/ignite/pull/10488#discussion_r1161620780
########## docs/_docs/extensions-and-integrations/change-data-capture-extensions.adoc: ########## @@ -113,6 +113,14 @@ image:../../assets/images/integrations/CDC-ignite2kafka.svg[] | `kafkaRequestTimeout` | Kafka request timeout in milliseconds. | `3000` |=== +`kafkaRequestTimeout` property sets how much `IgniteToKafkaCdcStreamer` will wait for `KafkaProducer` to finish request. + +NOTE: _Too low value_ of this timeout can lead to frequent failures of `IgniteToKafkaCdcStreamer` +because of possible delays in network or on Kafka broker. +Also, proper `KafkaProducer` configuration should be provided, including link:https://kafka.apache.org/documentation/#producerconfigs_request.timeout.ms[request.timeout.ms]. Review Comment: Good point! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
