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
>>
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
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
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
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