| clear query|facets|time |
Search criteria: .
Results from 141 to 150 from
489 (0.236s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Would this work as a general solution for transactions in Kafka? - Kafka - [mail # user]
|
|
...Hey Tom, Yes, this is very similar to what I had in mind. The primary difference is that I want to implement the control on the server-side. That is, rather than having the consu...
|
|
|
Author: Jay Kreps,
2012-11-16, 01:24
|
|
|
[KAFKA-617] Refactor KafkaApis.handleOffsetRequest - Kafka - [issue]
|
|
...This code path is just really bad.All the business logic is in LogManager and Log.Also the implementation is really funky.LogManager already supports getLog and log allows you to get the seg...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-617
Author: Jay Kreps,
2012-11-16, 00:46
|
|
|
Can a brother get a +1? - Kafka - [mail # dev]
|
|
...This has been sitting for a couple weeks. It is just the log perf test. Only real change outside that is to add a new configuration parameter for replica.highwatermark.checkpoint.ms. Previou...
|
|
|
Author: Jay Kreps,
2012-11-15, 21:56
|
|
|
[KAFKA-615] Avoid fsync on log segment roll - Kafka - [issue]
|
|
...It still isn't feasible to run without an application level fsync policy. This is a problem as fsync locks the file and tuning such a policy so that the flushes aren't so frequent th...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-615
Author: Jay Kreps,
2012-11-15, 21:41
|
|
|
[KAFKA-610] connect.timeout.ms seems to do the wrong thing in the producer - Kafka - [issue]
|
|
...This setting used to control the socket connection timeout. This is also what the documentation says:"the maximum time spent by kafka.producer.SyncProducer trying to connect to the kafk...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-610
Author: Jay Kreps,
2012-11-13, 18:07
|
|
|
Re: Low latency topics - Kafka - [mail # user]
|
|
...Oops, missed what you said--that you had already dropped the flush interval. Listen to Neha :-) -Jay On Thu, Nov 8, 2012 at 7:57 AM, Jay Kreps wrote: ...
|
|
|
Author: Jay Kreps,
2012-11-08, 15:57
|
|
|
Re: Low latency topics - Kafka - [mail # user]
|
|
...Hi Bob, Currently the broker does not hand out messages to consumers until they are flushed to disk, this means the flush interval acts as a lower bound on worst case latency. Setting ...
|
|
|
Author: Jay Kreps,
2012-11-08, 15:57
|
|
|
[KAFKA-546] Fix commit() in zk consumer for compressed messages - Kafka - [issue]
|
|
...In 0.7.x and earlier versions offsets were assigned by the byte location in the file. Because it wasn't possible to directly decompress from the middle of a compressed block, messages in...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-546
Author: Jay Kreps,
2012-11-08, 06:20
|
|
|
Re: shutting down consumer hang... - Kafka - [mail # user]
|
|
...This sounds like a bug could you file a ticket for it? On Mon, Nov 5, 2012 at 11:51 AM, Jason Rosenberg wrote: ...
|
|
|
Author: Jay Kreps,
2012-11-05, 19:55
|
|
|
[KAFKA-188] Support multiple data directories - Kafka - [issue]
|
|
...Currently we allow only a single data directory. This means that a multi-disk configuration needs to be a RAID array or LVM volume or something like that to be mounted as a single directory....
|
|
|
http://issues.apache.org/jira/browse/KAFKA-188
Author: Jay Kreps,
2012-11-02, 19:03
|
|
|
|