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/14 09:51:24 UTC

[camel-kafka-connector] branch master updated (3e0da6d -> 2147b16)

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 3e0da6d  Updated CHANGELOG.md
     add 14261c2  Support topics.regex
     add 936ffc0  Removed TOPICS_CONF from SinkConnectorConfig it's already coming from Kafka Connect Config
     add 0618b2e  Topics.regex: Added unit test
     new 2147b16  Merge pull request #458 from apache/topics.regex

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/CamelSinkConnectorConfig.java   |  5 --
 .../camel/kafkaconnector/CamelSinkTaskTest.java    | 62 ++++++++++++++++------
 2 files changed, 46 insertions(+), 21 deletions(-)


[camel-kafka-connector] 01/01: Merge pull request #458 from apache/topics.regex

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 2147b161d36d1d124f9dcb6ebffc4d23724a45fe
Merge: 3e0da6d 0618b2e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 14 11:51:13 2020 +0200

    Merge pull request #458 from apache/topics.regex
    
    Support for topics.regex

 .../kafkaconnector/CamelSinkConnectorConfig.java   |  5 --
 .../camel/kafkaconnector/CamelSinkTaskTest.java    | 62 ++++++++++++++++------
 2 files changed, 46 insertions(+), 21 deletions(-)