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 <[email protected]>
Date: 2017-10-28T01:10:49Z
Add topics.regex option and ensure existing tests pass
----
---