1651 Commits (609e9b0b2f46ce72ed91965f7e43c512b26a609b)

Author SHA1 Message Date
Rajini Sivaram 275c5e1df2 KAFKA-3751; SASL/SCRAM implementation 8 years ago
Mickael Maison 1fea1c3908 MINOR: Remove unnecessary semi-colons 8 years ago
Ben Stopford 044b56b8b5 MINOR: Add Replication Quotas Test Rig 8 years ago
Magnus Reftel e4720569bb TRIVIAL: Fix spelling of log message 8 years ago
Ben Stopford b7da847f6a MINOR: Add unit tests to the ReassignPartitionsCommand 8 years ago
steve 77c4eb13a4 KAFKA-4523; Fix crash during shutdown due to group coordinator attempting to write to a closed log 8 years ago
Vahid Hashemian d62ef55252 KAFKA-4584: Fail the 'kafka-configs' command if the config to be removed does not exist 8 years ago
Ismael Juma 6d6c77a7a9 MINOR: Improvements to Record related classes (part 1) 8 years ago
Ismael Juma 7f22ab6550 KAFKA-4528: Fix failure in ProducerTest.testAsyncSendCanCorrectlyFailWithTimeout 8 years ago
Andrew Olson 9e9e6d8752 KAFKA-2434: Remove identical topic subscription constraint for roundrobin strategy in old consumer API 8 years ago
Balint Molnar 7411ed89be KAFKA-4318; Migrate ProducerSendTest to the new consumer 8 years ago
Himani Arora 252e7e958a MINOR: Scala code readability improvements 8 years ago
Vahid Hashemian 6f09bcb59c KAFKA-4480: Report an error in 'kafka-configs' command if the config to be removed does not exist 8 years ago
huxi 29d456cd21 KAFKA-4351; MirrorMaker with new consumer should support comma-separated regex 8 years ago
Edward Ribeiro 64bab80520 MINOR: Mx4jLoader always returns false even if mx4j is loaded & started 8 years ago
huxi dc550259ea KAFKA-4428; Kafka does not exit if port is already bound 8 years ago
Jeff Widman 8e1395b170 Improve wording in GroupMinSessionTimeoutMsDoc 8 years ago
Dustin Cote 4ca5abe8ee KAFKA-4092: retention.bytes should not be allowed to be less than segment.bytes 8 years ago
Rajini Sivaram 9eb665c39a KAFKA-4259; Dynamic JAAS configuration for Kafka clients (KIP-85) 8 years ago
Vahid Hashemian 8ff5a9f3cf MINOR: Improve output format of `kafka_reassign_partitions.sh` tool 8 years ago
Manikumar Reddy O 3c1df09cd5 MINOR: trivial logCleanerEnable doc cleanup 8 years ago
Dong Lin fc88bac666 KAFKA-4485; Follower should be in the isr if its FetchRequest has fetched up to the logEndOffset of leader 8 years ago
Ismael Juma 68f204e01b MINOR: Replace TopicAndPartition with TopicPartition in `Log` and `ReplicaManager` 8 years ago
Jason Gustafson 0f86dbe89d MINOR: Support auto-incrementing offsets in MemoryRecordsBuilder 8 years ago
Ismael Juma 3930dd7e75 KAFKA-4554; Fix ReplicaBuffer.verifyChecksum to use iterators instead of iterables 8 years ago
Rekha Joshi a5c15ba037 KAFKA-4500; Code quality improvements 8 years ago
Json Tu a786be9478 KAFKA-4447; Controller resigned but it also acts as a controller for a long time 8 years ago
Ashish Singh d6b0b520fc KAFKA-3600; Use ApiVersions to check if broker supports required api versions 8 years ago
Ismael Juma b58b6a1bef MINOR: Replace deepIterator/shallowIterator with deepEntries/shallowEntries 8 years ago
Michael Schiff e36e8079d8 KAFKA-4451; Fix OffsetIndex overflow when replicating a highly compacted topic. OffsetIndex provides checks for overflow, used when deciding to roll a LogSegment 8 years ago
Dong Lin 908b6d1148 KAFKA-4521; MirrorMaker should flush all messages before releasing partition ownership during rebalance 8 years ago
Jiangjie Qin a9687bc0d8 KAFKA-4529; LogCleaner should not delete the tombstone too early. 8 years ago
Jason Gustafson 67f1e5b91b KAFKA-4390; Replace MessageSet usage with client-side alternatives 8 years ago
Xavier Léauté 006630fd93 MINOR: Fix metric collection NPE during shutdown 8 years ago
Dong Lin 56e5627da5 KAFKA-4445; PreferredLeaderElectionCommand should query zookeeper only once per topic 8 years ago
Xavier Léauté 9e72c12e98 KAFKA-4458; add per partition in-sync and assigned replica count (KIP-96) 8 years ago
Kim Christensen f4f0f82222 KAFKA-4472; offsetRetentionMs miscalculated in GroupCoordinator 8 years ago
Jason Gustafson a55e296311 KAFKA-3994: Fix deadlock in Watchers by calling tryComplete without any locks 8 years ago
Anton Karamanov 2d19ad4bb0 KAFKA-4205; KafkaApis: fix NPE caused by conversion to array 8 years ago
Ismael Juma e43bbce493 KAFKA-4483; Fix NPE in `Log` constructor if log level is INFO or finer 8 years ago
Jason Gustafson b06fc322bf MINOR: Improvements in group metadata cleanup and test coverage 8 years ago
Ismael Juma 128d0ff91d KAFKA-2247; Merge kafka.utils.Time and kafka.common.utils.Time 8 years ago
Alexey Ozeritsky ea370be518 KAFKA-4399; Fix deadlock between cleanupGroupMetadata and offset commit 8 years ago
Ismael Juma 88d8508b85 KAFKA-4443; Minor comment clean-up 8 years ago
Mayuresh Gharat 497e669dd8 KAFKA-1911; Async delete topic - contributed by Mayuresh Gharat <gharatmayuresh15@gmail.com> and Sumant Tambe <sutambe@yahoo.com> 8 years ago
Dong Lin f37dab76f4 KAFKA-4415; Reduce time to create and send UpdateMetadataRequest 8 years ago
Ismael Juma 7d3aa01ced MINOR: Remove unused code in `LeaderAndIsr`, `ApiUtils` and `TopicMetadataRequest` 8 years ago
Dong Lin 7ed3768fb6 KAFKA-4443; Controller should send UpdateMetadataRequest prior to LeaderAndIsrRequest during failover 8 years ago
Jun He 3e3b7a010b KAFKA-4384; ReplicaFetcherThread stops after ReplicaFetcherThread receives a corrupted message 8 years ago
Matthias J. Sax 724cddbc56 KAFKA-4331: Kafka Streams resetter is slow because it joins the same group for each topic 8 years ago