-
Bug
-
Resolution: Done
-
Critical
-
camel-k-1.6-GA
-
None
-
False
-
False
-
Yes
-
%
-
Todo
-
The cassandra-sink kamelet has a property preparedStatement where the query should be specified. However, doing so results in the following error when running any integration referencing the kamelet:
Property with key [preparedStatement] not found in properties from text: cql://cassandra:9042/kamelet1642496715541?consistencyLevel=ANY&password=cassandra&preparedStatement={{preparedStatement}}&username={{username}} at org.apache.camel.component.properties.DefaultPropertiesParser$ParsingContext.getPropertyValue(DefaultPropertiesParser.java:284)
Indeed, there is no preparedStatement parameter according to the docs.
Changing the parameter name in the kamelet spec to cql instead works correctly.
- is documented by
-
FUSEDOC-4891 update Cassandra source and sink in Kamelets Reference
- Closed