[ https://issues.apache.org/jira/browse/KAFKA-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14030826#comment-14030826 ]
sriram commented on KAFKA-1492: ------------------------------- C:\software\kafka_2.9.2-0.8.1.1\bin\windows>.\kafka-list-topic --zookeeper 127.0.0.1:3181 topic: samsung partition: 0 leader: 1 replicas: 1 isr: 1 I am running only a single broker. Can any one please look at it? > Getting error when sending producer request at the broker end with a single > broker > ---------------------------------------------------------------------------------- > > Key: KAFKA-1492 > URL: https://issues.apache.org/jira/browse/KAFKA-1492 > Project: Kafka > Issue Type: Bug > Components: producer > Affects Versions: 0.8.1.1 > Reporter: sriram > Assignee: Jun Rao > > Tried to run a simple example by sending a message to a single broker . > Getting error > [2014-06-13 08:35:45,402] INFO Closing socket connection to /127.0.0.1. > (kafka.network.Processor) > [2014-06-13 08:35:45,440] WARN [KafkaApi-1] Produce request with correlation > id 2 from client on partition [samsung,0] failed due to Leader not local for > partition [samsung,0] on broker 1 (kafka.server.KafkaApis) > [2014-06-13 08:35:45,440] INFO [KafkaApi-1] Send the close connection > response due to error handling produce request [clientId = , correlationId = > 2, topicAndPartition = [samsung,0]] with Ack=0 (kafka.server.KafkaApis) > OS- Windows 7 , JDK 1.7 , Scala 2.10 -- This message was sent by Atlassian JIRA (v6.2#6252)