GitHub user rmatharu opened a pull request:

    https://github.com/apache/samza/pull/731

    Removing regex-input static-input exclusivity check

    This PR converts a hard-check that fails in case of regex-defined input if 
there is an overlap 
    between regex-input and task-input, to a warning. 
    
    Why?
    Because with Samza 1.0, rewrite is called multiple times to expand system 
descriptors, input descriptors, etc. This hard-check fails in this case causing 
deployment to stall.

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

    $ git pull https://github.com/rmatharu/samza regexcheck

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

    https://github.com/apache/samza/pull/731.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 #731
    
----
commit 0b959e41466868680b66d31a6ae341703e2f8c23
Author: [email protected] <rmatharu@...>
Date:   2018-10-16T01:03:33Z

    Removing regex-input static-input exclusivity check

----


---

Reply via email to