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 2020/09/07 14:35:33 UTC

[camel-kafka-connector-examples] branch master updated (e163fd8 -> 5b901cd)

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-examples.git.


    from e163fd8  Merge pull request #35 from apache/list-ex-1
     add 5f7d98b  Added NSQ source connector example
     new 5b901cd  Merge pull request #36 from apache/nsq-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:
 nsq/nsq-source/README.adoc                         | 97 ++++++++++++++++++++++
 .../config/CamelNsqSourceConnector.properties      | 11 ++-
 2 files changed, 102 insertions(+), 6 deletions(-)
 create mode 100644 nsq/nsq-source/README.adoc
 copy nats/nats-source/config/CamelNatsSourceConnector.properties => nsq/nsq-source/config/CamelNsqSourceConnector.properties (80%)


[camel-kafka-connector-examples] 01/01: Merge pull request #36 from apache/nsq-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-examples.git

commit 5b901cd1eb20515bf067899e3169ce330dad9e47
Merge: e163fd8 5f7d98b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 7 16:35:28 2020 +0200

    Merge pull request #36 from apache/nsq-source
    
    Added NSQ source connector example

 nsq/nsq-source/README.adoc                         | 97 ++++++++++++++++++++++
 .../config/CamelNsqSourceConnector.properties      | 27 ++++++
 2 files changed, 124 insertions(+)