-
Bug
-
Resolution: Done
-
Major
-
Camel-K-GA
-
None
-
False
-
False
-
%
-
Todo
-
-
Problem found in Camel K 1.4 GA
The definition of a KameletBinding that uses the Google Sheets Source kamelet finds a malfunctioning behaviour depending on the value of the 'delay' parameter.
A value of 5000 (ms) will trigger a read every 5 secs.
However a value of 50000000 will trigger continuous reads from the source document, instead of waiting for the long period between each read.
Note: this misbehaviour was not detected using the Camel DSL in a normal Camel K source file using the component 'google-sheets-stream'. This problem seems to only happen within a KameletBinding.