Re: NoBrokersForPartitionException

2013-07-21 Thread Jun Rao
July 11, 2013 1:17 AM > To: users@kafka.apache.org > Subject: Re: NoBrokersForPartitionException > > Could you try 0.7.2? > > Thanks, > > Jun > > > On Wed, Jul 10, 2013 at 11:38 AM, Sybrandy, Casey < > casey.sybra...@six3systems.com> wrote: > > > Hello, > > > > A

RE: NoBrokersForPartitionException

2013-07-15 Thread Sybrandy, Casey
users@kafka.apache.org Subject: Re: NoBrokersForPartitionException Could you try 0.7.2? Thanks, Jun On Wed, Jul 10, 2013 at 11:38 AM, Sybrandy, Casey < casey.sybra...@six3systems.com> wrote: > Hello, > > Apologies for bringing this back from the dead, but I'm getting the > same except

Re: NoBrokersForPartitionException

2013-07-10 Thread Jun Rao
? > > Thanks. > > Casey > > -Original Message- > From: Jun Rao [mailto:jun...@gmail.com] > Sent: Tuesday, March 12, 2013 12:14 AM > To: users@kafka.apache.org > Subject: Re: NoBrokersForPartitionException > > Which version of Kafka are you using? > > T

RE: NoBrokersForPartitionException

2013-07-10 Thread Sybrandy, Casey
bject: Re: NoBrokersForPartitionException Which version of Kafka are you using? Thanks, Jun On Mon, Mar 11, 2013 at 12:30 PM, Ott, Charles H. wrote: > > > I am trying to do something like this: > > 1.)Java Client Producer(Sever A) -> Zookeeper (Server B) to ge

Re: NoBrokersForPartitionException

2013-03-11 Thread Jun Rao
Which version of Kafka are you using? Thanks, Jun On Mon, Mar 11, 2013 at 12:30 PM, Ott, Charles H. wrote: > > > I am trying to do something like this: > > 1.)Java Client Producer(Sever A) -> Zookeeper (Server B) to getKafka > service. > > 2.)Zookeeper gives IP for Kafka (Server C) to P

NoBrokersForPartitionException

2013-03-11 Thread Ott, Charles H.
I am trying to do something like this: 1.)Java Client Producer(Sever A) -> Zookeeper (Server B) to getKafka service. 2.)Zookeeper gives IP for Kafka (Server C) to Producer (Server A) 3.)Producer (Server A) attempts to publish message to Kafka (Server C) using IP resolved from zook