blob: 348dbcfdd67907e3d4b4762244cd30c1e89e77a6 [file] [log] [blame]
- route:
from:
uri: "kamelet:timer-source"
parameters:
period: 1000
message: "Hello Camel JBang"
steps:
- to:
uri: "kamelet:cassandra-sink"
parameters:
connectionHost: "localhost"
connectionPort: 9042
keyspace: "customers"
password: "The Password"
preparedStatement: "The Prepared Statement"
username: "The Username"