| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
489 (0.611s).
|
|
|
Loading phrases to help you refine your search...
|
|
[KAFKA-642] Protocol tweaks for 0.8 - Kafka - [issue]
|
|
...There are a couple of things in the protocol that are not idea. It would be good to tweak these for 0.8 so we start clean.Here is a set of problems and proposals:Problems:1. Correlation id i...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-642
Author: Jay Kreps,
2013-05-16, 00:56
|
|
|
[KAFKA-649] Cleanup log4j logging - Kafka - [issue]
|
|
...Review the logs and do the following:1. Fix confusing or duplicative messages2. Assess that messages are at the right level (TRACE/DEBUG/INFO/WARN/ERROR)It would also be nice to add a log4j ...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-649
Author: Jay Kreps,
2013-05-14, 05:40
|
|
|
Re: producer creating multiple log files after message sending - Kafka - [mail # user]
|
|
...I think there is a misunderstanding here. The log file division iscompletely transparent to the consumer. The consumer consumes byoffset (0,1,2,3,...) and these offsets span log files (i.e. ...
|
|
|
Author: Jay Kreps,
2013-04-18, 16:20
|
|
|
Re: We have an invalid message in a segment, how to deal with it? - Kafka - [mail # user]
|
|
...I think the error you are seeing is due to the gap in the log. In 0.7we validate that the log is contiguous and by deleting a segment youare missing a chunk which would lead to problems in f...
|
|
|
Author: Jay Kreps,
2013-04-13, 18:32
|
|
|
Re: We have an invalid message in a segment, how to deal with it? - Kafka - [mail # user]
|
|
...You should be able to just bounce the broker. Our default policy isthat if we run out of space we shut down the broker automatically asin that case there is no guarantee on what has been wri...
|
|
|
Author: Jay Kreps,
2013-04-13, 18:28
|
|
|
interesting paper on log replication - Kafka - [mail # dev]
|
|
...Very similar in design to kafka replicationhttps://ramcloud.stanford.edu/wiki/download/attachments/11370504/raft.pdf-Jay ...
|
|
|
Author: Jay Kreps,
2013-04-10, 05:34
|
|
|
Re: Thoughts on using Ant+Ivy for the build? - Kafka - [mail # dev]
|
|
...I think the biggest problem is that there isn't clear ownership of thebuild stuff we have. SBT is probably fine if you know it well. Ant andmaven are probably the same. The problem is that n...
|
|
|
Author: Jay Kreps,
2013-04-08, 20:20
|
|
|
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-686] 0.8 Kafka broker should give a better error message when running against 0.7 zookeeper - Kafka - [issue]
|
|
...People will not know that the zookeeper paths are not compatible. When you try to start the 0.8 broker pointed at a 0.7 zookeeper you get a NullPointerException. We should detect this and gi...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-686
Author: Jay Kreps,
2013-03-13, 14:31
|
|
|
|