840 Commits (640082776b429067613922c576a57ec716b1dbe9)

Author SHA1 Message Date
Ben Stopford 0baea2ac13 KIP-101: Alter Replication Protocol to use Leader Epoch rather than High Watermark for Truncation 8 years ago
Colin P. Mccabe d5fb7364ae KAFKA-4993; Fix findbugs warnings in kafka-clients 8 years ago
Ewen Cheslack-Postava d4c4bcf017 MINOR: Make ConfigDef safer by not using empty string for NO_DEFAULT_VALUE. 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
Ismael Juma f54b61909d HOTFIX: Set `baseOffset` correctly in `RecordAccumulator` 8 years ago
Rajini Sivaram 1ba8b40b34 MINOR: Fix potential deadlock in consumer close test 8 years ago
Armin Braun 3364f12bc2 MINOR: Fix deadlock between StreamThread and KafkaStreams 8 years ago
Apurva Mehta bdf4cba047 KAFKA-4817; Add idempotent producer semantics 8 years ago
Jason Gustafson dd71e4a8d8 MINOR: Ensure streaming iterator is closed by Fetcher 8 years ago
Vahid Hashemian 2e075fe6a4 MINOR: Update possible errors in OffsetFetchResponse 8 years ago
Vahid Hashemian a3e13776e6 MINOR: Fix typos in javadoc and code comments 8 years ago
Colin P. Mccabe d345d53e4e KAFKA-4902; Utils#delete should correctly handle I/O errors and symlinks 8 years ago
Kamal C 43fb2df7a4 MINOR: Map `mkString` format updated to default java format 8 years ago
Edoardo Comar c808e8955f MINOR: FetchRequest.Builder maxBytes for version <3 8 years ago
Ismael Juma 6feaa8a581 KAFKA-1449; Use CRC32C for checksum of V2 message format 8 years ago
Colin P. Mccabe 42284960da KAFKA-4903; Remove dead code in Shell 8 years ago
Jason Gustafson a0b8e435c9 MINOR: Support streaming decompression of fetched records for new format 8 years ago
Jiangjie Qin 23a0f09863 Minor: Remove the accidentally checked in file which broke checkStyle. 8 years ago
Dong Lin 8b05ad406d KAFKA-4586; Add purgeDataBefore() API (KIP-107) 8 years ago
Armin Braun f3f9a9eafb KAFKA-4569; Check for wakeup on every call to KafkaConsumer.poll 8 years ago
Damian Guy 1abed91bd2 KAFKA-4881: add internal leave.group.on.close config to consumer 8 years ago
Ismael Juma d27e09e60c MINOR: Use method handles instead of reflection for creating Snappy and LZ4 streams 8 years ago
Ismael Juma d348ac92c8 MINOR: Fix deserialization of abortedTransactions and lastStableOffset in FetchResponse 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
Nikki Thean 9e787716b0 KAFKA-4607: Validate the names of auto-generated internal topics 8 years ago
Kamal C 01768e3321 MINOR: Fix non-null check in the constructor of ListenerName 8 years ago
Ismael Juma 1659ca1773 KAFKA-4901; Make ProduceRequest thread-safe 8 years ago
Guozhang Wang d3b8ff0243 HOTFIX: Fix apache headers in float serde class files 8 years ago
Onur Karaman 2a9c18a87d KAFKA-4891; kafka.request.logger TRACE regression 8 years ago
Michael G. Noll cd69daa415 KAFKA-4769: Add Float serializer, deserializer, serde 8 years ago
Ismael Juma 65650ba4dc MINOR: Introduce NetworkClient.hasInFlightRequests 8 years ago
Will Droste 537f98a5d6 KAFKA-4745; Remove unnecessary flush in KafkaLZ4BlockOutputStream.close() 8 years ago
Jason Gustafson 022bf12951 MINOR: Use ConcurrentMap for ConsumerNetworkClient UnsentRequests 8 years ago
Jason Gustafson f7354e779c MINOR: Add varint serde utilities for new message format 8 years ago
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