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/08/05 16:08:11 UTC

[camel-kafka-connector-examples] branch master updated (650fc1d -> 21f76bc)

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 650fc1d  Added an AWS2-S3 sink connector with aggregation example
     add f8eb452  Added Nats Sink example
     new 21f76bc  Merge pull request #17 from apache/nats-sink

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:
 nats/nats-sink/README.adoc                         | 89 ++++++++++++++++++++++
 .../config/CamelNatsSinkConnector.properties       | 13 ++--
 2 files changed, 95 insertions(+), 7 deletions(-)
 create mode 100644 nats/nats-sink/README.adoc
 copy file/file-sink/config/CamelFileSinkConnector.properties => nats/nats-sink/config/CamelNatsSinkConnector.properties (80%)


[camel-kafka-connector-examples] 01/01: Merge pull request #17 from apache/nats-sink

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 21f76bc0ee35b7ffb927690931ea0ce981b3e75b
Merge: 650fc1d f8eb452
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 5 18:08:06 2020 +0200

    Merge pull request #17 from apache/nats-sink
    
    Added Nats Sink example

 nats/nats-sink/README.adoc                         | 89 ++++++++++++++++++++++
 .../config/CamelNatsSinkConnector.properties       | 26 +++++++
 2 files changed, 115 insertions(+)