serveral questions about auto.offset.reset

2015-04-13 Thread bit1...@163.com
to "largest", does it mean that the consumer will not read any message but wait until new messages come? bit1...@163.com

Closing socket connection to /192.115.190.61. (kafka.network.Processor)

2015-06-18 Thread bit1...@163.com
/192.115.190.61. (kafka.network.Processor) bit1...@163.com

Re: Re: Closing socket connection to /192.115.190.61. (kafka.network.Processor)

2015-06-19 Thread bit1...@163.com
Thank you for the replay. I am using kafka_2.10-0.8.2.1,and I didn't change the log things in Kafka. bit1...@163.com From: Joe Stein Date: 2015-06-19 13:43 To: users Subject: Re: Closing socket connection to /192.115.190.61. (kafka.network.Processor) What version of Kafka are you using?

No key specified when sending the message to Kafka

2015-06-23 Thread bit1...@163.com
with some built-in balancing algorithm? Thanks bit1...@163.com

Re: Re: No key specified when sending the message to Kafka

2015-06-24 Thread bit1...@163.com
Thank you,Ewen. I undertand it now. bit1...@163.com From: Ewen Cheslack-Postava Date: 2015-06-24 11:53 To: users@kafka.apache.org Subject: Re: No key specified when sending the message to Kafka It does balance data, but is sticky over short periods of time (for some definition of short

How to run Kafka in background

2015-06-24 Thread bit1...@163.com
can I run it in background? Thanks! bit1...@163.com

Message loss due to zookeeper ensemble doesn't work

2015-06-24 Thread bit1...@163.com
this kind of issue. bit1...@163.com

Re: Message loss due to zookeeper ensemble doesn't work

2015-06-26 Thread bit1...@163.com
Can someone explain this ? Thanks! bit1...@163.com From: bit1...@163.com Date: 2015-06-25 11:57 To: users Subject: Message loss due to zookeeper ensemble doesn't work Hi, I have the offset saved in zookeeper. Because zookeeper quorum doesn't work for a short time(leader is do

How to move Kafka data to other directories

2015-07-05 Thread bit1...@163.com
Hi,Kafka Users, I have 3 kafka servers on the same server. I am using the /tmp/log-1,/tmp/log-2, /tmp/log-3 to place the data. Because /tmp is now full and I would move the data to other directories. I would ask what are the correct steps to do this? Is there a guide? Thanks. bit1...@163

Re: How to move Kafka data to other directories

2015-07-05 Thread bit1...@163.com
I did the following steps: 1. Stop the Kafka servers 2. Copy the data from /tmp and into the new directory 3. Change the server.properties 4. Restart the Kafka servers. Looks it is now working correctly now. Not sure it is the correct way to do this, thanks! bit1...@163.com From: bit1