1688 Commits (3bcadbfb474f6caccc939fb3775a6f969d136af7)

Author SHA1 Message Date
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
Vahid Hashemian 9898d665d1 MINOR: Use an explicit `Errors` object when possible instead of a numeric error code 8 years ago
Gwen Shapira 2e662a0616 KAFKA-4733: Improve Streams Reset Tool console output 8 years ago
Jiangjie Qin 6cef4f5e4c KAFKA-4734; Trim the time index on old segments 8 years ago
Dong Lin 45d9fb3d5f KAFKA-4735; Fix deadlock issue during MM shutdown 8 years ago
Edoardo Comar 48aec6ef1e KAFKA-4441; Monitoring incorrect during topic creation and deletion 8 years ago
Apurva Mehta d0932b0286 KAFKA-4558; throttling_test fails if the producer starts too fast 8 years ago
Jason Gustafson ea70a9bcfc MINOR: Ensure timestamp type is provided when up-converting messages 8 years ago