You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by tombentley <gi...@git.apache.org> on 2017/10/12 11:57:19 UTC

[GitHub] kafka pull request #4065: MINOR: Use OS-assigned port, in case 9092 is alrea...

GitHub user tombentley opened a pull request:

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

    MINOR: Use OS-assigned port, in case 9092 is already bound

    I found this by running the tests while I happened to have a kafka broker running.
    
    @mjsax please could you review?

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

    $ git pull https://github.com/tombentley/kafka MINOR-random-port

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

    https://github.com/apache/kafka/pull/4065.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 #4065
    
----
commit f5cea3d5ba7011eb2909008ab6dd2b80fc261f8f
Author: Tom Bentley <tb...@redhat.com>
Date:   2017-10-12T11:31:56Z

    MINOR: Use OS-assigned port, in case 9092 is already bound

----


---

[GitHub] kafka pull request #4065: MINOR: Use OS-assigned port, in case 9092 is alrea...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---