You are viewing a plain text version of this content. The canonical link for it is here.
- [1/2] kafka git commit: KAFKA-1865 Add a flush() method to the producer. - posted by jk...@apache.org on 2015/03/01 00:51:57 UTC, 0 replies.
- [2/2] kafka git commit: KAFKA-1865 Add a flush() method to the producer. - posted by jk...@apache.org on 2015/03/01 00:51:58 UTC, 0 replies.
- kafka git commit: KAFKA-1755; Reject compressed and unkeyed messages sent to compacted topics; reviewed by Mayuresh Gharat, Neha Narkhede and Guozhang Wang - posted by jj...@apache.org on 2015/03/03 19:43:50 UTC, 0 replies.
- [1/3] kafka git commit: KAFKA-1852; Reject offset commits to unknown topics; reviewed by Joel Koshy - posted by jj...@apache.org on 2015/03/03 20:46:27 UTC, 0 replies.
- [2/3] kafka git commit: KAFKA-1499; trivial follow-up (remove unnecessary parentheses) - posted by jj...@apache.org on 2015/03/03 20:46:28 UTC, 0 replies.
- [3/3] kafka git commit: KAFKA-1986; Request failure rate should not include invalid message size and offset out of range; reviewed by Joel Koshy - posted by jj...@apache.org on 2015/03/03 20:46:29 UTC, 0 replies.
- kafka git commit: KAFKA-2001; Trivial commit to prevent OffsetCommitTest from hanging - posted by jj...@apache.org on 2015/03/04 01:04:15 UTC, 0 replies.
- kafka git commit: KAFKA-2001; Trivial commit to fix OffsetCommitTest - posted by jj...@apache.org on 2015/03/04 01:14:23 UTC, 0 replies.
- kafka git commit: kafka-1999; Fix failing unit-test: kafka.api.ProducerFailureHandlingTest > testNotEnoughReplicasAfterBrokerShutdown; patched by Gwen Shapira; reviewed by Jun Rao - posted by ju...@apache.org on 2015/03/04 01:53:58 UTC, 0 replies.
- kafka git commit: KAFKA-1755; trivial follow-up to fix comment in CleanerTest - posted by jj...@apache.org on 2015/03/04 01:56:34 UTC, 0 replies.
- kafka git commit: KAFKA-1988; Fix org.apache.kafka.common.utils.Utils.abs and add Partitioner.toPositive; reviewed by Jun Rao and Guozhang Wang - posted by gu...@apache.org on 2015/03/04 02:15:52 UTC, 0 replies.
- [1/3] kafka git commit: KAFKA-1845 KafkaConfig should use ConfigDef patch by Andrii Biletskyi reviewed by Gwen Shapira - posted by jo...@apache.org on 2015/03/05 15:53:40 UTC, 0 replies.
- [2/3] kafka git commit: KAFKA-1845 KafkaConfig should use ConfigDef patch by Andrii Biletskyi reviewed by Gwen Shapira - posted by jo...@apache.org on 2015/03/05 15:53:41 UTC, 0 replies.
- [3/3] kafka git commit: KAFKA-1845 KafkaConfig should use ConfigDef patch by Andrii Biletskyi reviewed by Gwen Shapira - posted by jo...@apache.org on 2015/03/05 15:53:42 UTC, 0 replies.
- kafka git commit: KAFKA-2009 Fix two minor bugs in mirror maker. - posted by jk...@apache.org on 2015/03/08 23:15:02 UTC, 0 replies.
- svn commit: r8222 - in /release/kafka/0.8.2.1: ./ javadoc/ javadoc/org/ javadoc/org/apache/ javadoc/org/apache/kafka/ javadoc/org/apache/kafka/clients/ javadoc/org/apache/kafka/clients/producer/ javadoc/org/apache/kafka/common/ javadoc/org/apache/kafka... - posted by ju...@apache.org on 2015/03/09 19:29:50 UTC, 0 replies.
- [1/3] kafka git commit: KAFKA-1910; Refactor new consumer and fixed a bunch of corner cases / unit tests; reviewed by Onur Karaman and Jay Kreps - posted by gu...@apache.org on 2015/03/10 19:20:36 UTC, 0 replies.
- [2/3] kafka git commit: KAFKA-1910; Refactor new consumer and fixed a bunch of corner cases / unit tests; reviewed by Onur Karaman and Jay Kreps - posted by gu...@apache.org on 2015/03/10 19:20:37 UTC, 0 replies.
- [3/3] kafka git commit: KAFKA-1910; Refactor new consumer and fixed a bunch of corner cases / unit tests; reviewed by Onur Karaman and Jay Kreps - posted by gu...@apache.org on 2015/03/10 19:20:38 UTC, 0 replies.
- kafka git commit: KAFKA-1910; follow-up on fixing buffer.flip on produce requests - posted by gu...@apache.org on 2015/03/11 00:18:24 UTC, 0 replies.
- kafka git commit: KAFKA-1910; missed follow-up changes - posted by gu...@apache.org on 2015/03/11 01:31:27 UTC, 0 replies.
- svn commit: r1665965 - /kafka/site/downloads.html - posted by ju...@apache.org on 2015/03/11 19:54:40 UTC, 0 replies.
- kafka git commit: KAFKA-1910 Follow-up again; fix ListOffsetResponse handling for the expected error codes - posted by gu...@apache.org on 2015/03/12 00:25:41 UTC, 0 replies.
- kafka git commit: kafka-1461; Replica fetcher thread does not implement any back-off behavior; patched by Sriharsha Chintalapani; reviewed by Jun Rao - posted by ju...@apache.org on 2015/03/12 21:56:57 UTC, 0 replies.
- kafka git commit: KAFKA-1997; Refactor MirrorMaker based on KIP-3; reviewed by Joel Koshy and Guozhang Wang - posted by gu...@apache.org on 2015/03/13 23:09:08 UTC, 0 replies.
- kafka git commit: KAFKA-1863; Add docs for possible thrown exception in Callback; reviewed by Jiangjie Qin - posted by gu...@apache.org on 2015/03/13 23:17:24 UTC, 0 replies.
- svn commit: r1667162 - /kafka/site/code.html - posted by jo...@apache.org on 2015/03/17 03:39:09 UTC, 0 replies.
- kafka git commit: KAFKA-1997; Follow-up to add the shutdown hook before starting the consumers; reviewed by Guozhang Wang - posted by gu...@apache.org on 2015/03/17 22:36:05 UTC, 0 replies.
- kafka git commit: KAFKA-1997; Hopefully last follow-up fix to get messageHandlerArgs right - posted by gu...@apache.org on 2015/03/18 22:58:33 UTC, 0 replies.
- kafka git commit: KAFKA-1910; Fix two bugs on MemoryRecords and KafkaConsumer; reviewed by Onur Karaman - posted by gu...@apache.org on 2015/03/19 23:53:03 UTC, 0 replies.
- kafka git commit: trivial fix on coding style - posted by gu...@apache.org on 2015/03/20 00:10:35 UTC, 0 replies.
- kafka git commit: KAFKA-2042; Update topic list of the metadata regardless of cluster information; reviewed by Guozhang Wang - posted by gu...@apache.org on 2015/03/24 23:48:57 UTC, 0 replies.
- kafka git commit: KAFKA-2048; Change lock synchronized to inLock() for partitionMapCond; reviewed by Guozhang Wang - posted by gu...@apache.org on 2015/03/25 04:56:33 UTC, 0 replies.
- kafka git commit: KAFKA-1856 Add PreCommit Patch Testing patch by Ashish K Singh reviewed by Gwen Shapira - posted by jo...@apache.org on 2015/03/25 06:57:46 UTC, 0 replies.
- kafka git commit: kafka-527; Compression support does numerous byte copies; patched by Yasuhiro Matsuda; reviewed by Guozhang Wang and Jun Rao - posted by ju...@apache.org on 2015/03/25 21:08:45 UTC, 0 replies.
- kafka git commit: KAFKA-2047; Move the stream creation into concurrent mirror maker threads; reviewed by Guozhang Wang - posted by gu...@apache.org on 2015/03/25 22:01:34 UTC, 0 replies.
- kafka git commit: KAFKA-527; Use in-place decompression enabled inner iterator to replace old decompress function; reviewed by Joel Koshy and Jun Rao - posted by gu...@apache.org on 2015/03/26 23:43:41 UTC, 0 replies.
- kafka git commit: KAFKA-1634; Bump up Offset Commit Request to v2 to add global retention and remove per-partition commit timestamp; reviewed by Joel Koshy and Jun Rao - posted by gu...@apache.org on 2015/03/27 01:16:55 UTC, 0 replies.
- kafka git commit: kafka-2044; Support requests and responses from o.a.k.common in KafkaApis; patched by Gwen Shapira; reviewed by Jun Rao - posted by ju...@apache.org on 2015/03/28 16:40:03 UTC, 0 replies.