Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shishkovilja committed Jan 18, 2023
1 parent 3f7462f commit 35ede1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Kafka to Ignite configuration file should contain the following beans that will
| `threadCount` | Count of threads to proceed consumers. Each thread poll records from dedicated partitions in round-robin manner. | 16
|===

NOTE: `kafkaRequestTimeout` property sets timeouts for offsets committing and for closing of a `KafkaConsumer`. _Too low value_ of this timeout can lead to a failure of `KafkaToIgniteCdcStreamer` because of possible delays in network or on Kafka broker. Also, proper `KafkaConsumer` configuration should be provided, including link:https://kafka.apache.org/documentation/#consumerconfigs_request.timeout.ms[request.timeout.ms]. For more details you should refer to a link:https://kafka.apache.org/documentation/#configuration[configuration] section of the official Kafka documentation.
NOTE: Under the hood `kafka-to-ignite.sh` polls data from a Kafka very frequently (with a small interval). `kafkaRequestTimeout` property sets timeouts for a folllowing `KafkaConsumer` operations: offsets committing and closing of a consumer. _Too low value_ of this timeout can lead to a failure of `kafka-to-ignite.sh` because of possible delays in network or on Kafka broker. Also, proper `KafkaConsumer` configuration should be provided, including link:https://kafka.apache.org/documentation/#consumerconfigs_request.timeout.ms[request.timeout.ms]. For more details you should refer to a link:https://kafka.apache.org/documentation/#configuration[configuration] section of the official Kafka documentation.

==== Logging

Expand Down

0 comments on commit 35ede1e

Please sign in to comment.