You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/06 18:41:12 UTC

[jira] [Commented] (KAFKA-3669) Add secondary constructor for KafkaConfig with a default value for doLog

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

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

GitHub user markgrover opened a pull request:

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

    KAFKA-3669: Add secondary constructor for KafkaConfig with a default …

    …value for doLog

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

    $ git pull https://github.com/markgrover/kafka kafka-3669

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

    https://github.com/apache/kafka/pull/1333.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 #1333
    
----
commit bf2e34af3c9c9fe64d2a453cf08b48e940df037a
Author: Mark Grover <ma...@apache.org>
Date:   2016-05-06T18:39:25Z

    KAFKA-3669: Add secondary constructor for KafkaConfig with a default value for doLog

----


> Add secondary constructor for KafkaConfig with a default value for doLog
> ------------------------------------------------------------------------
>
>                 Key: KAFKA-3669
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3669
>             Project: Kafka
>          Issue Type: Bug
>          Components: config
>    Affects Versions: 0.10.0.0, 0.11.0.0
>            Reporter: Mark Grover
>            Priority: Critical
>
> KAFKA-3052 changed the public signature of the KafkaConfig class. I was testing Kafka 0.10.0 RC2 and found that [this change|https://github.com/apache/kafka/commit/5b5f002fceee7c1b16298b0eaf176ca49d98c025] that added a secondary constructor to KafkaConfig to keep things API compatible, was only added to 0.9.0, and is missing from both 0.10.0 and trunk branches.
> Can we please port this change there too?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)