| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
153 (0.154s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: whitespace - Kafka - [mail # dev]
|
|
...I'm also obsessive compulsive and prefer B. Joel On Tue, Sep 18, 2012 at 3:01 PM, Prashanth Menon <[EMAIL PROTECTED] ...
|
|
|
Author: Joel Koshy,
2012-09-18, 22:52
|
|
|
Re: Persistence guarantees with Kafka 0.8 - Kafka - [mail # user]
|
|
...Rohit, The producer can specify the number of acks required - if it is set to the replication factor, then the guarantee is that an ack will be sent only after the message has been com...
|
|
|
Author: Joel Koshy,
2012-09-18, 20:33
|
|
|
[KAFKA-391] Producer request and response classes should use maps - Kafka - [issue]
|
|
...Producer response contains two arrays of error codes and offsets - the ordering in these arrays correspond to the flattened ordering of the request arrays.It would be better to switch to map...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-391
Author: Joel Koshy,
2012-09-17, 23:58
|
|
|
Re: How to write custom encoder? - Kafka - [mail # user]
|
|
...There is a brief overview at http://incubator.apache.org/kafka/design.html(under "Producer APIs"). You can also look at the code for usages of Encoder/Decoder which will point you to some un...
|
|
|
Author: Joel Koshy,
2012-09-17, 23:21
|
|
|
Re: Where are the logs of Kafka? - Kafka - [mail # user]
|
|
...The event logs are specified through the log.dir property in the broker config. On Mon, Sep 17, 2012 at 1:22 PM, Hussein Baghdadi wrote: ...
|
|
|
Author: Joel Koshy,
2012-09-17, 23:16
|
|
|
Re: Where is the jar that should be included in the client class path? - Kafka - [mail # user]
|
|
...After building, it should be in core/target/scala_2.8.0/kafka-0.7.0.jar On Mon, Sep 17, 2012 at 1:20 PM, Hussein Baghdadi wrote: ...
|
|
|
Author: Joel Koshy,
2012-09-17, 23:14
|
|
|
Coding convention: tuples vs case classes - Kafka - [mail # dev]
|
|
...In KAFKA-391 I tried switching from (topic, partition) tuples to a TopicPartition case class in the producer/fetch request handling code. I think it helped quite a bit in terms of code clari...
|
|
|
Author: Joel Koshy,
2012-09-14, 00:38
|
|
|
Re: ??? 0.7.2 before 0.8 ??? - Kafka - [mail # dev]
|
|
...So ideally we should target all blockers in 0.8 to be done well before mid-October. Just added a "blockers" section on https://cwiki.apache.org/confluence/display/KAFKA/Kafka+replication+dev...
|
|
|
Author: Joel Koshy,
2012-09-13, 21:27
|
|
|
Re: PartitionData - Kafka - [mail # dev]
|
|
...Yes - something along those lines. We can either do it in a separate jira or as part of KAFKA-391 since I'm already touching that code. Thanks, Joel On Wed, Sep 12, 2012 at...
|
|
|
Author: Joel Koshy,
2012-09-12, 17:07
|
|
|
Re: PartitionData - Kafka - [mail # dev]
|
|
...That's a good point. I did notice that while working on KAFKA-391. The idea behind it must have been that both producer and fetch requests deal with actual partition data. However, the hw an...
|
|
|
Author: Joel Koshy,
2012-09-12, 16:40
|
|
|
|