-
Bug
-
Resolution: Done
-
Major
-
CSB-4.10.3 Patch 1
-
None
-
False
-
-
False
-
-
-
-
Very Likely
-
0
Lack of explanation about camel-kaka component batchingIntervalMs option.
This option is new from camel 4.10.
https://issues.apache.org/jira/browse/CAMEL-21691
https://github.com/apache/camel/pull/17029
Upstream doc:
https://camel.apache.org/components/4.10.x/kafka-component.html
In consumer batching mode, then this option is specifying a time in millis, to trigger batch completion eager when the current batch size has not reached the maximum size defined by maxPollRecords. Notice the trigger is not exact at the given interval, as this can only happen between kafka polls (see pollTimeoutMs option). So for example setting this to 10000, then the trigger happens in the interval 10000 pollTimeoutMs. The default value for pollTimeoutMs is 5000, so this would mean a trigger interval at about every 15 seconds.
1.
|
Fix [Doc] Lack of explanation about camel-kaka component batchingIntervalMs option |
|
Closed | |
Unassigned |
2.
|
Validate [Doc] Lack of explanation about camel-kaka component batchingIntervalMs option |
|
Closed | |
Unassigned |