[ 
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

Reply via email to