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/11 18:36:29 UTC

[camel-kafka-connector] branch master updated (2464b1a -> 37caf10)

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 2464b1a  Merge pull request #42 from orpiske/use-property-not-env
     add 1d49281  Allow to configure a source record key from camel message header key
     new 37caf10  Merge pull request #39 from apache/source-record-key

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:
 .../kafkaconnector/CamelSourceConnectorConfig.java |  8 ++-
 .../camel/kafkaconnector/CamelSourceTask.java      | 10 +++-
 .../camel/kafkaconnector/utils/SchemaHelper.java   |  3 ++
 .../camel/kafkaconnector/CamelSourceTaskTest.java  | 62 ++++++++++++++++++++++
 4 files changed, 81 insertions(+), 2 deletions(-)


[camel-kafka-connector] 01/01: Merge pull request #39 from apache/source-record-key

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 37caf101cd7c20fc8c28b6cb4f1b729b80e9855b
Merge: 2464b1a 1d49281
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 11 19:36:19 2019 +0100

    Merge pull request #39 from apache/source-record-key
    
    Allow to configure a source record key from camel message header key

 .../kafkaconnector/CamelSourceConnectorConfig.java |  8 ++-
 .../camel/kafkaconnector/CamelSourceTask.java      | 10 +++-
 .../camel/kafkaconnector/utils/SchemaHelper.java   |  3 ++
 .../camel/kafkaconnector/CamelSourceTaskTest.java  | 62 ++++++++++++++++++++++
 4 files changed, 81 insertions(+), 2 deletions(-)