| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
490 (0.145s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: log.file.size limit? - Kafka - [mail # user]
|
|
...We limit individual segment files to 2GB for slightly esotericreasons. There is no limit for the log as a whole so limiting thesegments to 2GB does not constrain how much data you can retain...
|
|
|
Author: Jay Kreps,
2013-03-25, 23:28
|
|
|
[KAFKA-656] Add Quotas to Kafka - Kafka - [issue]
|
|
...It would be nice to implement a quota system in Kafka to improve our support for highly multi-tenant usage. The goal of this system would be to prevent one naughty user from accidently overl...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-656
Author: Jay Kreps,
2013-03-20, 00:57
|
|
|
[KAFKA-739] Handle null values in Message payload - Kafka - [issue]
|
|
...Add tests for null message payloads in producer, server, and consumer.Ensure log cleaner treats these as deletes.Test that null keys are rejected on dedupe logs....
|
|
|
http://issues.apache.org/jira/browse/KAFKA-739
Author: Jay Kreps,
2013-03-12, 17:38
|
|
|
[KAFKA-554] Move all per-topic configuration into ZK and add to the CreateTopicCommand - Kafka - [issue]
|
|
...We have a number of per-topic configurations that control message retention and flush interval. Here is the list of properties I find in KafkaConfig that appear to be per-topic: t...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-554
Author: Jay Kreps,
2013-03-12, 17:35
|
|
|
Topic config zk structures - Kafka - [mail # dev]
|
|
...I added a proposal to the ZK data structures wiki under the heading0.8.1 covering my proposal for the topic configuration data structures(updating them from the original patch to be more con...
|
|
|
Author: Jay Kreps,
2013-03-07, 18:11
|
|
|
[KAFKA-741] Improve log cleaning dedupe buffer efficiency - Kafka - [issue]
|
|
...Two good suggestions:1. Use a probing scheme to increase density without increasing the collision rate2. Only count unique updates to the offset map (i.e. if the key is all zero, don't c...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-741
Author: Jay Kreps,
2013-03-04, 23:55
|
|
|
[KAFKA-97] SocketServer.scala refers to Handler-specific variables - Kafka - [issue]
|
|
...There is meant to be a separation between the socket server and the kafka server. The socket server doesn't know anything about kafka, it is a set of classes that take a request handler ...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-97
Author: Jay Kreps,
2013-03-04, 17:58
|
|
|
Re: Keeping logs forever - Kafka - [mail # user]
|
|
...Hi Graham,This sounds like it should work fine. LinkedIn keeps the majority ofthings for 7 days. Performance is linear in data size and we havevalidated performance up to many TB of data per...
|
|
|
Author: Jay Kreps,
2013-02-23, 04:13
|
|
|
Re: Keeping logs forever - Kafka - [mail # user]
|
|
...You can do this and it should work fine. You would have to keep addingmachines to get disk capacity, of course, since your data set wouldonly grow.We will keep an open file descriptor per fi...
|
|
|
Author: Jay Kreps,
2013-02-22, 01:26
|
|
|
Re: log file flush? - Kafka - [mail # user]
|
|
...Yes, exactly. Here is the full story:When you restart kafka it checks if a clean shutdown was executed onthe log (which would have left a marker file), if the shutdown wasclean it assumes th...
|
|
|
Author: Jay Kreps,
2013-02-20, 04:28
|
|
|
|