6366 Commits (cfea95343dfe9f297bceb98676b7bc04e5035776)
 

Author SHA1 Message Date
Jun Rao b71e6dc352 Fault tolerance broken with replication factor 1; kafka-691; patched by Maxime Brugidou; reviewed by Jun Rao 12 years ago
Joe Stein ddd66cbd80 KAFKA-133 publish kafka to maven - patch by Maxime Brugidou with updates for depen by Otis Gospodnetic, reviewed by Joe Stein 12 years ago
Neha Narkhede e0b3b63163 KAFKA-690 TopicMetadataRequest throws exception when no topics are specified, reviewed by Jay Kreps and Neha Narkhede 12 years ago
Jun Rao 85c9e91c80 ConsoleProducer does not have the queue-size option; kafka-684; patched by Maxime Brugidou; reviewed by Jun Rao 12 years ago
Jun Rao fd94251d89 ConsumerOffsetChecker does not work with 0.8; kafka-685; patched by Maxime Brugidou; reviewed by Jun Rao 12 years ago
Derek Chen-Becker 241fea7007 Updated SBT JAR to 0.12.1 12 years ago
Joe Stein ed36a7f07a KAFKA-133 publish kafka to maven - patch by Maxime Brugidou with updates for depen by Otis Gospodnetic, reviewed by Joe Stein 12 years ago
Joe Stein dc9edc4622 fixed incubation url 12 years ago
Jay Kreps 274cd02f1a KAFKA-657 Change property name to offset.metadata.max.bytes for consistency. 12 years ago
David Arthur 222c0e46ab KAFKA-657 Add APIs for the consumer to commit and fetch offsets on the broker. 12 years ago
Jun Rao a39c34a2d1 Merge remote branch 'origin/0.8' into trunk 12 years ago
Jun Rao 2f4bfc645a ApiUtils#writeShortString uses String length instead of byte length; kafka-680; patched by David Arthur; reviewed by Jun Rao 12 years ago
Jun Rao 6cf46e7cab High watermark recovered incorrrectly from file; kafka-681; patched by Jun Rao; reviewed by Joel Koshy, Neha Narkhede and John Fung 12 years ago
Joel Koshy 25d77cc69c KAFKA-668 Store jmx port in broker zk string - controlled shutdown admin tool should not require controller JMX url/port to be supplied. Reviewed by Jun Rao. 12 years ago
Jay Kreps c6d41102d8 KAFKA-675 Allow the user to override the host that we bind to. Patch from Matan Amir<matan.amir@voxer.com> with slight changes 12 years ago
Jay Kreps 32dae955d5 Merge branch '0.8' into trunk 12 years ago
Jay Kreps 85ec04452b KAFKA-676 Change the build script for the core sub project to create a test jar. Reviewed by Neha. 12 years ago
Joel Koshy 04b52743f8 KAFKA-664 RequestPurgatory should clean up satisfied requests from watchers map. Also, simplify the purge logic - purge based on an incoming request interval. 12 years ago
Neha Narkhede 4e5a6fc0cf Merge branch '0.8' of https://git-wip-us.apache.org/repos/asf/kafka into kafka-646 12 years ago
Swapnil Ghike 994fe081b6 KAFKA-646 Missing files from previous commit 12 years ago
Jun Rao af83dfbe0c trivial change to increase default offset commit interval to reduce ZK load 12 years ago
Neha Narkhede 792b071cca Merge branch '0.8' of https://git-wip-us.apache.org/repos/asf/kafka into kafka-646 12 years ago
John Fung 9001d74839 KAFKA-647 Provide a property in System Test for no. of topics and topics string will be generated automatically; reviewed by Neha Narkhede 12 years ago
Swapnil Ghike 8ad9018ea1 KAFKA-646 Provide aggregate stats at the high level Producer and ZookeeperConsumerConnector level; reviewed by Neha Narkhede 12 years ago
Jay Kreps 739b2df680 KAFKA-374 Move off the default java crc implementation to the crc code borrowed from Hadoop. Patch reviewed by Joe. 12 years ago
Jay Kreps f0d26335f2 KAFKA-673 The logic that controls whether to run recovery on the log is reversed. Reviewed by Neha. 12 years ago
Derek Chen-Becker 45cb03d456 Re-applied old patch from KAFKA-139 12 years ago
Edward Jay Kreps 3244bcafe4 KAFKA-670 Clean spurious .index files; reviewed by Neha Narkhede 12 years ago
Edward Jay Kreps ac35ae1fef KAFKA-636 Make log segment delete an asynchronous background action done by the scheduler. Patch reviewed by Jun and Neha. 12 years ago
Edward Jay Kreps f9702c66b7 KAFKA-667 Change the .highwatermark file name. 12 years ago
Jun Rao e15432efd3 provides windows batch script for starting Kafka/Zookeeper; patched by Antoine Vianey; reviewed by Jun Rao; kafka-581 12 years ago
Edward Jay Kreps a10be4b69c KAFKA-597 Refactor scheduler. Fixes a couple of bugs, and adds the ability to mock scheduled tasks. 12 years ago
Neha Narkhede 133c88278d KAFKA-654 Irrecoverable error while trying to roll a segment that already exists; patched by Neha Narkhede; reviewed by Jay Kreps 12 years ago
Neha Narkhede 8a93698a75 Patching remaining files from KAFKA-644 12 years ago
Neha Narkhede 1270663737 KAFKA-644 https://svn.apache.org/repos/asf/kafka/branches/0.8; patched by John Fung; reviewed by Neha Narkhede 12 years ago
Edward Jay Kreps ab2494470c KAFKA-642 Missed message magic version on last checkin. 12 years ago
Edward Jay Kreps f5a48b06e3 KAFKA-642 Remove the response version and baseline all versions/magic bytes etc to 0. 12 years ago
Joel Jacob Koshy a4c7675829 KAFKA-633 Fix mostly consistent test failure in testShutdownBroker; patched by Joel Koshy; reviewed by Jun Rao 12 years ago
Edward Jay Kreps 98042e9123 KAFKA-642 Addressing Jun's follow up comments--(1) add parans to make statement more clear, (2) remove the initial offset from the fetch response since the message set itself now contains all offsets. 12 years ago
Edward Jay Kreps e11447650a KAFKA-642 Fixes to protocol. Patch reviewed by Neha and Joel. 12 years ago
Edward Jay Kreps 494706999c KAFKA-521 Missing files on last commit. 12 years ago
Edward Jay Kreps 4be0b1be29 KAFKA-521 Refactor the log subsystem. Patch reviewed by Neha. 12 years ago
Neha Narkhede 6ca7b3acfd KAFKA-608 and KAFKA-630 getTopicMetadata does not respect producer config settings and fix auto-create topic; patched by Neha Narkhede; reviewed by Jun Rao 12 years ago
Neha Narkhede 6486fd1a9f KAFKA-640 kafka.common.InvalidClientIdException in broker log4j messages; patched by Swapnil; reviewed by Neha Narkhede 12 years ago
Neha Narkhede d7c71c0949 KAFKA-622 Create mbeans per client; patched by Swapnil; reviewed by Neha Narkhede 12 years ago
Jun Rao e556063520 DumpLogSegment offset verification is incorrect for compressed messages (second fix); patched by Yang Ye; reviewed by Jun Rao; KAFKA-614 12 years ago
Jun Rao 7b2d9c3312 remove ProducerShell; patched by Jun Rao; reviewed by Neha Narkhede; KAFKA-638 12 years ago
Jun Rao bdb04bba67 ProducerRequest should take ByteBufferMessageSet instead of MessageSet; patched by Jun Rao; reviewed by Neha Narkhede; KAFKA-632 12 years ago
Gavin McDonald 45ba1019cb Kafka has become a TLP 12 years ago
Gavin McDonald 961affa3fc Kafka has become a TLP 12 years ago