You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/04 02:03:04 UTC

[jira] [Commented] (SAMZA-1259) LocalApplicationRunner throws exception when configured with a ProcessorIdGenerator

    [ https://issues.apache.org/jira/browse/SAMZA-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996030#comment-15996030 ] 

ASF GitHub Bot commented on SAMZA-1259:
---------------------------------------

GitHub user smccauliff opened a pull request:

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

    SAMZA-1259: LocalApplicationRunner throws exception when configured with a ProcessorIdGenerator

    Minor fix.  Unit tests were updated and passed.

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

    $ git pull https://github.com/smccauliff/samza samza-1259

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

    https://github.com/apache/samza/pull/161.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 #161
    
----
commit db01959b86b66f581cd420ab02c589e15e9ce0b4
Author: Sean McCauliff <sm...@linkedin.com>
Date:   2017-05-04T01:57:56Z

    Configure with appConfig.getAppProcessorIdGeneratorClass() != null when defined.

----


> LocalApplicationRunner throws exception when configured with a ProcessorIdGenerator
> -----------------------------------------------------------------------------------
>
>                 Key: SAMZA-1259
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1259
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Sean McCauliff
>
> It's not possible to configure this with an ID generator because:
> } else if (appConfig.getAppProcessorIdGeneratorClass() == null) {



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)