GitHub user edi-bice opened a pull request: https://github.com/apache/kafka/pull/1983
client fails trying to bind to jmx port already in use by server Enabling JMX_PORT causes Kafka clients to attempt to bind to a port already bound by server. Modified so as to distinguish if being called to launch server or client and choose accordingly whether to add JMX port option or not. You can merge this pull request into a Git repository by running: $ git pull https://github.com/edi-bice/kafka trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1983.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 #1983 ---- commit 2c5d40e946bcc149b1a9b2c01eced4ae47a734c5 Author: Edi Bice <edi_b...@yahoo.com> Date: 2016-10-06T15:33:04Z client fails trying to bind to jmx port already in use by server Enabling JMX_PORT causes Kafka clients to attempt to bind to a port already bound by server. Modified so as to distinguish if being called to launch server or client and choose accordingly whether to add JMX port option or not. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---