803 Commits (5aaaba7ffe51a3216262811f24e6ccf10488b5e1)

Author SHA1 Message Date
Dong Lin c6bccddb94 KAFKA-4841; NetworkClient should only consider a connection to have failed after attempt to connect 8 years ago
Jason Gustafson 81f9e1376c MINOR: Rename RecordBatch to ProducerBatch to free the name for KIP-98 8 years ago
Armin Braun 5cf491c276 KAFKA-3155; Avoid long overflow in RecordBatch#maybeExpire 8 years ago
Dong Lin adb70da13e KAFKA-4820; ConsumerNetworkClient.send() should not require global lock 8 years ago
Colin P. Mccabe d9b784e147 KAFKA-4796; Fix some findbugs warnings in Kafka Java client 8 years ago
Rajini Sivaram a3c45b0c92 KAFKA-4631; Request metadata in consumer if topic/partitions unavailable 8 years ago
Stevo Slavic ca06862a70 KAFKA-2358: Cluster collection returning methods never return null 8 years ago
Damian Guy de05c9d3a0 MINOR: Add code quality checks (and suppressions) to checkstyle.xml 8 years ago
Matthias J. Sax d0e436c471 MINOR: improve license header check by providing head file instead of (prefix) header regex 8 years ago
Marco Ebert 9260e8563c KAFKA-4806; Prevent double logging of ConsumerConfig 8 years ago
Vahid Hashemian 5b682baad5 MINOR: Use API hyperlinks in 'Kafka Protocol Guide' to facilitate navigation 8 years ago
Ismael Juma 5b22b53f0e MINOR: Fix potential integer overflow and String.format issue 8 years ago
Jason Gustafson 3749832637 MINOR: Ensure consumer calls poll() if requests are outstanding 8 years ago
Armin Braun 43524442dc MINOR: Fixed Non-Final Close Method + its Duplication 8 years ago
Damian Guy 151b23689e KAFKA-4494: Reduce startup and rebalance time by batching restoration of stores 8 years ago
Jean-Philippe Daigle 0be3a7226f MINOR: fixed javadoc typo in KafkaProducer.partitionsFor 8 years ago
Kamal C 01898ebbad MINOR: Code quality improvements to Config classes 8 years ago
Armin Braun 1ed4b48d5a KAFKA-4198; Fix race condition in KafkaServer.shutdown() 8 years ago
Ismael Juma 015f1d7381 MINOR: Move ProtoUtils methods to ApiKeys 8 years ago
Rajini Sivaram 5916ef0227 KAFKA-4786; Wait for heartbeat thread to terminate in consumer close 8 years ago
Colin P. Mccabe 696b1d311c KAFKA-4757; NetworkClient should log request details at trace level when a request is cancelled because of disconnection 8 years ago
Jason Gustafson 8bd06482d0 MINOR: Remove unused MessageWriter and CompressionFactory 8 years ago
Jason Gustafson 3b8b7a4be3 MINOR: Fix NPE handling unknown APIs in NodeApiVersions.toString 8 years ago
Jason Gustafson e41e782006 KAFKA-4776; Implement graceful handling for improperly formed compressed message sets 8 years ago
Allen Xiang dcea498568 KAFKA-4777; Backoff properly in consumer heartbeat thread if no brokers are available 8 years ago
Colin P. Mccabe 916edc3a4e KAFKA-4774; Inner classes which don't need a reference to the outer c… 8 years ago
Prabhat Kashyap d734f4e56d MINOR: Replace for with foreach loop in common module 8 years ago
Ismael Juma fc1cfe475e MINOR: Remove Struct from Request/Response classes 8 years ago
Jason Gustafson 022d2017a7 MINOR: Move compression stream construction into CompressionType 8 years ago
Armin Braun a1900ada7f KAFKA-4765; Fixed Intentionally Broken Hosts Resolving to 127.0.53.53 in tests 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
Vahid Hashemian 9898d665d1 MINOR: Use an explicit `Errors` object when possible instead of a numeric error code 8 years ago
Grant Henke b5dd39dda6 KAFKA-4525; Kafka should not require SSL truststore password 8 years ago
Onur Karaman 6c1478d19f KAFKA-4749; Fix join-time-max and sync-time-max MeasurableStat type 8 years ago
Satish Duggana effa19c045 KAFKA-4741; Fix potential buffer leak in RecordAccumulator in case of exception 8 years ago
Tim Carey-Smith 7f6bf5d447 KAFKA-4725; Stop leaking messages in produce request body when requests are delayed 8 years ago
Jan Lukavsky b31a7a9022 KAFKA-4728; KafkaConsumer#commitSync should copy its input 8 years ago
Jason Gustafson ea70a9bcfc MINOR: Ensure timestamp type is provided when up-converting messages 8 years ago
Maysam Yabandeh cb674e5487 KAFKA-4039; Fix deadlock during shutdown due to log truncation not allowed 8 years ago
Jason Gustafson 5afe959647 MINOR: Logging improvements in consumer internals 8 years ago
Colin P. Mccabe 8827a5b34e KAFKA-4635; Client Compatibility follow-ups 8 years ago
Rajini Sivaram aef6927a42 KAFKA-4557; Handle Producer.send correctly in expiry callbacks 8 years ago
Akash Sethi 9213de8f14 MINOR: Replace for within for each; replace if-elseif with match 8 years ago
Kamal C ec76ea3436 MINOR: Include more detail in `ConfigDef.parseType` exception message 8 years ago
Ismael Juma ca0c071c10 KAFKA-4636; Per listener security settings overrides (KIP-103) 8 years ago
Ismael Juma 254e3b77d6 KAFKA-4699; Invoke producer callbacks before completing the future 8 years ago
Colin P. Mccabe 5b4e299a46 KAFKA-4630; Implement RecordTooLargeException when communicating with pre-KIP-74 brokers 8 years ago
Jason Gustafson 135488352c MINOR: Refactor partition lag metric for cleaner encapsulation 8 years ago
Ismael Juma 8b3c6c0a1c KAFKA-4597; RecordMetadata should return log append time when appropriate 8 years ago