You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/12 19:46:17 UTC

[camel-kafka-connector] branch master updated (c8d02db -> ef28bac)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


    from c8d02db  Gitter badge
     add dbdac7e  Added a first example of camel-cassandraql source connector
     add 97209d8  Added detailed instructions on how to run the example for camel-cassandraql source connector
     add bb575f6  A bit more details in the cassandraql source connector example
     add 59605b1  Cassandraql source docs Removed wrong ref
     add 14bd546  CassandraQL source example: Removed useless references in configuration
     new ef28bac  Merge pull request #46 from apache/cassandraql-source

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/pom.xml                                       | 11 ++++
 docs/try-it-out-locally.adoc                       | 59 +++++++++++++++++++++-
 .../CamelCassandraQLSourceConnector.properties     |  8 +--
 parent/pom.xml                                     | 23 ++++++++-
 tests/pom.xml                                      | 10 ++++
 5 files changed, 106 insertions(+), 5 deletions(-)
 copy config/CamelSourceConnector.properties => examples/CamelCassandraQLSourceConnector.properties (85%)


[camel-kafka-connector] 01/01: Merge pull request #46 from apache/cassandraql-source

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit ef28bac3bbea24b0ec39e30e6c8284553ce7fe56
Merge: c8d02db 14bd546
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 12 20:46:10 2019 +0100

    Merge pull request #46 from apache/cassandraql-source
    
    Cassandraql source example

 core/pom.xml                                       | 11 ++++
 docs/try-it-out-locally.adoc                       | 59 +++++++++++++++++++++-
 .../CamelCassandraQLSourceConnector.properties     | 28 ++++++++++
 parent/pom.xml                                     | 23 ++++++++-
 tests/pom.xml                                      | 10 ++++
 5 files changed, 129 insertions(+), 2 deletions(-)