You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by jklukas <gi...@git.apache.org> on 2017/10/28 01:14:23 UTC

[GitHub] kafka pull request #4151: [WIP] KIP-215: Add topic regex support for Connect...

GitHub user jklukas opened a pull request:

    https://github.com/apache/kafka/pull/4151

    [WIP] KIP-215: Add topic regex support for Connect sinks

    I'm starting this WIP PR to prove out the concept of the KIP and identify some additional public interface changes that I had not previously anticipated would be necessary.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jklukas/kafka connect-topics.regex

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/4151.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4151
    
----
commit cb8e2615e9ef1bf78e3d44671123b7e7231ee5f6
Author: Jeff Klukas <je...@klukas.net>
Date:   2017-10-28T01:10:49Z

    Add topics.regex option and ensure existing tests pass

----


---

[GitHub] kafka pull request #4151: KAFKA-3073: Add topic regex support for Connect si...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/kafka/pull/4151


---