You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Neha Narkhede (JIRA)" <ji...@apache.org> on 2013/09/06 03:48:51 UTC

[jira] [Commented] (KAFKA-1045) producer zk.connect config

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

Neha Narkhede commented on KAFKA-1045:
--------------------------------------

Zookeeper is not required for the Kafka producer anymore, starting Kafka 08. We now require you to plug in a list of brokers. The configuration options are described here - http://kafka.apache.org/08/configuration.html
                
> producer zk.connect config
> --------------------------
>
>                 Key: KAFKA-1045
>                 URL: https://issues.apache.org/jira/browse/KAFKA-1045
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: sjk
>
> java.lang.IllegalArgumentException: requirement failed: Missing required property 'metadata.broker.list'
>         props.put("zk.connect", KafkaConfig.getZooAddress());
> when i config zk, why the above tip appear?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira