This is an automated email from the ASF dual-hosted git repository. valdar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git
commit b573babb99d68455debeea0ecfa3c7dae2e3214c Author: Andrea Tarocchi <[email protected]> AuthorDate: Fri Oct 23 11:53:18 2020 +0200 Rmoved some copy/paste leftovers from README instruxtions. see: https://issues.redhat.com/browse/ENTESB-15091 --- cql/cql-sink/README.adoc | 2 +- cql/cql-source/README.adoc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cql/cql-sink/README.adoc b/cql/cql-sink/README.adoc index f9e50dd..129d983 100644 --- a/cql/cql-sink/README.adoc +++ b/cql/cql-sink/README.adoc @@ -97,7 +97,7 @@ camel.sink.path.keyspace=test camel.sink.endpoint.cql=insert into users(id, name) values (now(), ?) ``` -and add the correct credentials for AWS. +Set the correct options in the file. Now you can run the example diff --git a/cql/cql-source/README.adoc b/cql/cql-source/README.adoc index 1475597..f4ac41e 100644 --- a/cql/cql-source/README.adoc +++ b/cql/cql-source/README.adoc @@ -196,6 +196,8 @@ camel.source.endpoint.cql=select * from users camel.source.endpoint.resultSetConversionStrategy=#class:org.apache.camel.kafkaconnector.cql.extended.RowConversionStrategy ``` +Set the correct options in the file. + Now you can run the example ```
