1845 Commits (a6799f4e14ac68a5915bce50f37343bec45c988a)

Author SHA1 Message Date
Colin P. Mccabe 256f8d5662 KAFKA-5013; Fail the build when findbugs fails 8 years ago
huxi 8e7516ea2e KAFKA-4866; Console consumer `print.value` property is ignored 8 years ago
Apurva Mehta d0e7c6b930 KAFKA-5043; Rename GroupCoordinator to FindCoordinator (KIP-98) 8 years ago
Ismael Juma c31958eb0d HOTFIX: Use a true sentinel for `UseDefaultAcls` 8 years ago
Ismael Juma 82a8e83de6 MINOR: Fix incorrect pattern matching on `version` in `CheckpointFile` 8 years ago
Rajini Sivaram 67fc2a91a6 KAFKA-4943: Make /config/users with SCRAM credentials not world-readable 8 years ago
Ismael Juma 5cf64f06a8 MINOR: Log append validation improvements 8 years ago
Colin P. Mccabe ab148f39ae KAFKA-4899; Fix findbugs warnings in kafka-core 8 years ago
Matthias J. Sax 865d82af2c KAFKA-4990; Request/response classes for transactions (KIP-98) 8 years ago
Ismael Juma 76a10e23f0 HOTFIX: Remove duplicate entry from ApiVersion 8 years ago
Ben Stopford 0baea2ac13 KIP-101: Alter Replication Protocol to use Leader Epoch rather than High Watermark for Truncation 8 years ago
Shun Takebayashi ca2979f847 MINOR: Suppress ProducerConfig warning in MirrorMaker 8 years ago
Apurva Mehta b9b2cfc28c MINOR: Close the producer batch append stream when the batch gets full to free up resources 8 years ago
Apurva Mehta bdf4cba047 KAFKA-4817; Add idempotent producer semantics 8 years ago
Dong Lin 4b3ea062be KAFKA-4973; Fix transient failure of AdminClientTest.testDeleteRecordsWithException 8 years ago
Vahid Hashemian a3e13776e6 MINOR: Fix typos in javadoc and code comments 8 years ago
Colin P. Mccabe 42284960da KAFKA-4903; Remove dead code in Shell 8 years ago
Onur Karaman edb372dcaf KAFKA-4959; Remove controller concurrent access to non-threadsafe NetworkClient, Selector, and SSLEngine 8 years ago
Dong Lin 8b05ad406d KAFKA-4586; Add purgeDataBefore() API (KIP-107) 8 years ago
Jason Gustafson 5bd06f1d54 KAFKA-4816; Message format changes for idempotent/transactional producer (KIP-98) 8 years ago
Damian Guy fef7fca2af KAFKA-4594; Annotate integration tests and provide gradle build targets to run subsets of tests 8 years ago
Sachin Mittal 197a5d5a6d KAFKA-4848: Fix retryWithBackoff deadlock issue 8 years ago
Colin P. Mccabe 5a2fcdd6d4 KAFKA-4894; Fix findbugs "default character set in use" warnings 8 years ago
Eno Thereska c5adf17aea MINOR: Log error if offsets topic creation fails 8 years ago
Ismael Juma 1659ca1773 KAFKA-4901; Make ProduceRequest thread-safe 8 years ago
Ismael Juma 7565dcd8b0 KAFKA-4861; GroupMetadataManager record is rejected if broker configured with LogAppendTime 8 years ago
simplesteph 294018a578 KAFKA-4864; added correct zookeeper nodes for security migrator 8 years ago
Jason Gustafson f7354e779c MINOR: Add varint serde utilities for new message format 8 years ago
Ben Stopford 63010cbfe5 KAFKA-4266; ReassignPartitionsClusterTest: ensure ZK publication is completed before start 8 years ago
Vahid Hashemian f111f2a716 MINOR: additional refactoring around the use of Errors 8 years ago
Armin Braun 5781feb527 KAFKA-3182; Fix testSocketsCloseOnShutdown transient failures 8 years ago
Vahid Hashemian 573a6f3986 KAFKA-2857; Retry querying the consumer group while initializing 8 years ago
Rajini Sivaram a3c45b0c92 KAFKA-4631; Request metadata in consumer if topic/partitions unavailable 8 years ago
huxi 1b902b4ed3 KAFKA4811; ReplicaFetchThread may fail to create due to existing metric 8 years ago
Matthias J. Sax d0e436c471 MINOR: improve license header check by providing head file instead of (prefix) header regex 8 years ago
Ismael Juma b917af1901 MINOR: Make it impossible to invoke `Request.body` without an explicit type parameter 8 years ago
Ismael Juma 0483a0b0b7 MINOR: Fix transient failure of testCannotSendToInternalTopic 8 years ago
Armin Braun 1ed4b48d5a KAFKA-4198; Fix race condition in KafkaServer.shutdown() 8 years ago
Ismael Juma 5a2abc5182 KAFKA-4788: Revert "KAFKA-4092: retention.bytes should not be allowed to be less than segment.bytes" 8 years ago
Ismael Juma 015f1d7381 MINOR: Move ProtoUtils methods to ApiKeys 8 years ago
Colin P. Mccabe 913c09e4a9 KAFKA-4708; Fix transient failure in BrokerApiVersionsCommandTest.checkBrokerApiVersionCommandOutput 8 years ago
Jason Gustafson 8bd06482d0 MINOR: Remove unused MessageWriter and CompressionFactory 8 years ago
Armin Braun d24d932efb HOTFIX: ClassCastException in Request error logging 8 years ago
Jason Gustafson a515e93570 HOTFIX: ClassCastException in request logging 8 years ago
Ismael Juma fc1cfe475e MINOR: Remove Struct from Request/Response classes 8 years ago
Jiangjie Qin 1f2ee5f0a9 KAFKA-4340; Follow-up fixing system test failures and handling non default log.retention.ms 8 years ago
Jason Gustafson 3b36d5cff0 KAFKA-4761; Fix producer regression handling small or zero batch size 8 years ago
Colin P. Mccabe ed91af512f KAFKA-4756; The auto-generated broker id should be passed to MetricRe… 8 years ago
Dustin Cote 260d487cdd MINOR: Update comment in SimpleAclAuthorizer to have correct JSON format 8 years ago
Jiangjie Qin 8bc9d58393 KAFKA-4340; Change default message.timestamp.difference.max.ms to the same as log.retention.ms 8 years ago