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

ASF GitHub Bot commented on KAFKA-5379:
---------------------------------------

GitHub user twbecker opened a pull request:

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

    KAFKA-5379 - ProcessorContext.appConfigs() should return parsed values.

    

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

    $ git pull https://github.com/twbecker/kafka kafka-5379

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

    https://github.com/apache/kafka/pull/3455.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 #3455
    
----
commit 8ce44446197f8190c74b5c6cb665af86432daaf2
Author: Tommy Becker <twbec...@gmail.com>
Date:   2017-06-28T15:06:21Z

    KAFKA-5379 - ProcessorContext.appConfigs() should return parsed values.

----


> ProcessorContext.appConfigs() should return parsed/validated values
> -------------------------------------------------------------------
>
>                 Key: KAFKA-5379
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5379
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>    Affects Versions: 0.10.2.1
>            Reporter: Tommy Becker
>            Assignee: Tommy Becker
>            Priority: Minor
>
> As part of KAFKA-5334, it was decided that the current behavior of 
> {{ProcessorContext.appConfigs()}} is sub-optimal in that it returns the 
> original unparsed config values. Alternatively, the parsed values could be 
> returned which would allow callers to know what they are getting as well 
> avoid duplicating type conversions (e.g. className -> class).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to