You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by mjsax <gi...@git.apache.org> on 2017/12/18 22:40:39 UTC

[GitHub] kafka pull request #4341: KAFKA-6382: Make ProducerConfig and ConsumerConfig...

GitHub user mjsax opened a pull request:

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

    KAFKA-6382: Make ProducerConfig and ConsumerConfig constructors public

    

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

    $ git pull https://github.com/mjsax/kafka kafka-6382-make-config-constructors-public

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

    https://github.com/apache/kafka/pull/4341.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 #4341
    
----
commit d4eef0a21fe71ab8c2e5ca9eaefb6e15752fa6dd
Author: Matthias J. Sax <ma...@confluent.io>
Date:   2017-12-18T22:39:49Z

    KAFKA-6382: Make ProducerConfig and ConsumerConfig constructors public

----


---