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 09:47:35 UTC

[camel-kafka-connector-examples] branch master updated (dd7b57d -> 4affea5)

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 dd7b57d  Merge pull request #32 from apache/minor-fixes
     add b2ac80b  Added a NSQ connector example
     new 4affea5  Merge pull request #33 from apache/examples-nsq

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-sink/README.adoc                           | 108 +++++++++++++++++++++
 .../config/CamelNsqSinkConnector.properties        |   8 +-
 2 files changed, 112 insertions(+), 4 deletions(-)
 create mode 100644 nsq/nsq-sink/README.adoc
 copy nats/nats-sink/config/CamelNatsSinkConnector.properties => nsq/nsq-sink/config/CamelNsqSinkConnector.properties (84%)


[camel-kafka-connector-examples] 01/01: Merge pull request #33 from apache/examples-nsq

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 4affea5972006b80f72692ff2b226b96ff11b07b
Merge: dd7b57d b2ac80b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 7 11:47:26 2020 +0200

    Merge pull request #33 from apache/examples-nsq
    
    Added a NSQ connector example

 nsq/nsq-sink/README.adoc                           | 108 +++++++++++++++++++++
 .../config/CamelNsqSinkConnector.properties        |  26 +++++
 2 files changed, 134 insertions(+)