| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
490 (0.193s).
|
|
|
Loading phrases to help you refine your search...
|
|
[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-06-13, 16:33
|
|
|
[KAFKA-322] Remove one-off Send objects - Kafka - [issue]
|
|
...We seem to be accumulating a bunch of unnecessary classes that implement Send. I am not sure why people are doing this. Example:ProducerResponseSend.scalaIt is not at all clear why we would ...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-322
Author: Jay Kreps,
2013-06-13, 15:53
|
|
|
[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-29, 18:01
|
|
|
[KAFKA-925] Add optional partition key override in producer - Kafka - [issue]
|
|
...We have a key that is used for partitioning in the producer and stored with the message. Actually these uses, though often the same, could be different. The two meanings are effectively:1. A...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-925
Author: Jay Kreps,
2013-05-29, 16:52
|
|
|
[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
|
|
|
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
|
|
|
|