| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
153 (0.182s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Build failed in Jenkins: Kafka-0.8 #7 - Kafka - [mail # dev]
|
|
...+1 . This shouldn't hold up jenkins and it does look like a bug....
|
|
|
Author: Joel Koshy,
2012-07-20, 22:32
|
|
|
[KAFKA-184] Log retention size and file size should be a long - Kafka - [issue]
|
|
...Realized this in a local set up: the log.retention.size config option should be a long, or we're limited to 2GB. Also, the name can be improved to log.retention.size.bytes or Mbytes as a...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-184
Author: Joel Koshy,
2012-07-18, 18:32
|
|
|
Re: Are we doing a 0.7.2? - Kafka - [mail # dev]
|
|
...0.7.1 patch == patch to apply on branch 0.7.1 or trunk? I thought we would be doing double-commits on trunk and 0.8 and not worry about release branches for now. Also, 0.7.2 would be cut off...
|
|
|
Author: Joel Koshy,
2012-07-18, 17:27
|
|
|
Re: Multiple Mirror Architecture Example - Kafka - [mail # user]
|
|
...Missed this thread - can you elaborate a bit more on your use case? I'm assuming you are referring to the inter-cluster (mirroring) feature (and not replication). It isn't really possible fo...
|
|
|
Author: Joel Koshy,
2012-07-18, 17:21
|
|
|
Re: KAFKA-203 - Improve Metrics (use codehale/metrics) - Kafka - [mail # dev]
|
|
...Not directly related to KAFKA-203, but I started trying out metrics for KAFKA-385. Looks promising - we can see how it plays out. Joel On Tue, Jul 17, 2012 at 7:49 PM, Jonathan C...
|
|
|
Author: Joel Koshy,
2012-07-18, 17:17
|
|
|
[KAFKA-94] KafkaServer can throw a NullPointerException during startup if zookeeper is down - Kafka - [issue]
|
|
...Starting up KafkaServer when zookeeper is down can lead to a NullPointerException as shown below. The LogManager throws a ZkTimeoutException from startup if zookeeper is down. This is caught...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-94
Author: Joel Koshy,
2012-07-18, 01:00
|
|
|
Re: nginx module feeding into kafka - Kafka - [mail # dev]
|
|
...Alan, Assuming this is for sending tracking events to a Kafka cluster. You may want to take a look at the C++ client as a reference: https://svn.apache.org/repos/asf/incubator/kafka/tr...
|
|
|
Author: Joel Koshy,
2012-07-16, 20:30
|
|
|
Re: question about threaded vs. serial consumers - Kafka - [mail # user]
|
|
...Hi Jim, If you use a single machine and configure your consumer with this topic-count: "topic:N" you will get behavior (a). If N < available partitions some threads will be allocate...
|
|
|
Author: Joel Koshy,
2012-07-09, 21:45
|
|
|
Re: SimpleConsumer throwing OffsetOutOfRangeException - Kafka - [mail # user]
|
|
...That offset is probably no longer available. The offsets need to be at valid message boundaries. You can use SimpleConsumer if you wish although it is more difficult to u...
|
|
|
Author: Joel Koshy,
2012-07-04, 01:50
|
|
|
Re: Incubator PMC/Board report for Jul 2012 ([ppmc]) - Kafka - [mail # dev]
|
|
...Hi Alan, I expanded a bit more under the "list of issues to address" bullet. Let me know if you see anything else that needs to be added. Thanks, Joel On Tue, Jul 3, ...
|
|
|
Author: Joel Koshy,
2012-07-03, 21:18
|
|
|
|