Re: Consumers vs Partitions

2013-04-19 Thread Joseph Crotty
Neha, Does that hold true for both .7.x and .8? Joe On Fri, Apr 19, 2013 at 3:53 PM, Neha Narkhede wrote: > That is correct, you cannot have more active consumers than the total > # of partitions. > > Thanks, > Neha > > On Fri, Apr 19, 2013 at 2:30 PM, Michael Golowka > wrote: > > What is the

Re: kafka-0.7.2 sbt and remote installs help

2013-01-15 Thread Joseph Crotty
r to your remote > machine. > > Thanks, > > Jun > > On Mon, Jan 14, 2013 at 10:23 AM, Joseph Crotty >wrote: > > > Trying to install kafka on remote machines with no internet access. Not > > sure how to approach the sbt update && sbt package pieces. I

kafka-0.7.2 sbt and remote installs help

2013-01-14 Thread Joseph Crotty
Trying to install kafka on remote machines with no internet access. Not sure how to approach the sbt update && sbt package pieces. I tried using sbt (lib/sbt-launch.jar) on a local machine with internet access as follows: $ sudo su - kafka $ cd /usr/local/kafka-0.7.2-incubating-src $ cat ./sbt jav

Re: python/avro example producer

2012-12-19 Thread Joseph Crotty
a-topic<https://github.com/mumrah/kafka-python#send-a-message-to-a-topic> > > Cheers > > > On 12/19/12 10:21 AM, Joseph Crotty wrote: > >> What exactly does a "payload" mean? Sorry, fairly new to Kafka. Is there >> a payload method that needs to be called

Re: python/avro example producer

2012-12-19 Thread Joseph Crotty
s/1.7.3/gettingstartedpython.html> > ) > > Good luck! > > > On 12/18/12 10:38 PM, Joseph Crotty wrote: > >> Anyone have a python/avro producer that slurps up records from a flat file >> (i.e., mix of string and binary data) and publishes to Kafka they would be >>