| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
154 (0.112s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: broker not release segment file after deleting expired segments? - Kafka - [mail # user]
|
|
...The mailing list does not accept attachments - you will need to either paste here or externally, say on gist. Thanks, Joel On Wed, Aug 8, 2012 at 2:52 PM, xiaoyu wang  ...
|
|
|
Author: Joel Koshy,
2012-08-08, 21:58
|
|
|
Re: Determining offset of last produce? - Kafka - [mail # user]
|
|
...Yes - take a look at the GetOffsetShell tool. It may also help to look at the SimpleConsumer class' getOffsetsBefore method. Thanks, Joel On Wed, Aug 8, 2012 at 12:42 PM, B...
|
|
|
Author: Joel Koshy,
2012-08-08, 19:59
|
|
|
Re: Determining offset of last produce? - Kafka - [mail # user]
|
|
...Hi Brian, This is not directly available in 0.7 which does not have any producer acks. The closest I can think of right now is to issue offset requests after your producer send, but th...
|
|
|
Author: Joel Koshy,
2012-08-08, 18:15
|
|
|
Re: removing broker files (other than using the retention policy)? - Kafka - [mail # user]
|
|
...Hi Jim, We currently don't have a tool for that in 0.7/trunk. So you will have to bring the broker down, delete the topic and bring the broker back up. 0.8 provides an admin tool to de...
|
|
|
Author: Joel Koshy,
2012-08-08, 18:08
|
|
|
Re: Keeping zookeeper happy? - Kafka - [mail # user]
|
|
...Here are some comments from Dave. He'll be adding some more details to a blog post that we can link from that wiki. For the most part, yes, it is pretty much the obvious, but here's th...
|
|
|
Author: Joel Koshy,
2012-08-07, 23:14
|
|
|
Re: Deployment Options for Kafka - Kafka - [mail # user]
|
|
...Just updated the old wiki with this note. Thanks, Joel On Wed, Aug 1, 2012 at 10:52 AM, Jun Rao wrote: ...
|
|
|
Author: Joel Koshy,
2012-08-01, 17:56
|
|
|
[KAFKA-384] Fix intermittent test failures and remove unnecessary sleeps - Kafka - [issue]
|
|
...Seeing intermittent failures in 0.8 unit tests. Also, many sleeps can be removed (with producer acks in place) and I think MockTime isn't used in some places where it should....
|
|
|
http://issues.apache.org/jira/browse/KAFKA-384
Author: Joel Koshy,
2012-08-01, 00:28
|
|
|
Re: Multiple Mirror Architecture Example - Kafka - [mail # user]
|
|
...Unfortunately, no - the mirroring mechanism needs ZK to function. I think some people have used plain rsync's to maintain mirrors, but if there is a strong case for this then we can think ab...
|
|
|
Author: Joel Koshy,
2012-07-26, 18:52
|
|
|
Re: [DISCUSS] git as the primary data source - Kafka - [mail # dev]
|
|
...+1 for git in general - however, the apache git mirror has been working pretty well for me for local work/code review. So if the caveats you mention are significant enough then maybe we shou...
|
|
|
Author: Joel Koshy,
2012-07-26, 18:43
|
|
|
Re: Multiple Mirror Architecture Example - Kafka - [mail # user]
|
|
...I see - yes that should be fine. i.e., as long as the topics are distinct then you can mirror both ways and the topic "owned" by each machine should be read-only on the other machine. ...
|
|
|
Author: Joel Koshy,
2012-07-26, 18:43
|
|
|
|