911 Commits (873eeae9f7ae661d27df5351c0001b785dc40956)

Author SHA1 Message Date
Michael Andre Pearce 6185bc0276 KAFKA-4208; Add Record Headers 8 years ago
Ismael Juma f0152a7fda KAFKA-5097; Add testFetchAfterPartitionWithFetchedRecordsIsUnassigned 8 years ago
Matthias J. Sax a931e9954d KAFKA-4986 Follow-up: cleanup unit tests and further comments addressed 8 years ago
Dong Lin 5b5efd4b5c KAFKA-5086: Update topic expiry time in Metadata every time the topic metadata is requested 8 years ago
Apurva Mehta a82f194b21 KAFKA-4818; Exactly once transactional clients 8 years ago
Damian Guy f69d94158c KAFKA-5059: Implement Transactional Coordinator 8 years ago
Sean McCauliff c43eb856d1 KAFKA-4840; BufferPool errors can cause buffer pool to go into a bad state 8 years ago
Ismael Juma 19f266d407 MINOR: Move `Os` class to utils package and rename it to OperatingSystem 8 years ago
Kamal C c82118b196 MINOR: Fix logging in ControlRecordType 8 years ago
Ismael Juma 2aa339de11 KAFKA-5014; NetworkClient.leastLoadedNode should check if channel is ready 8 years ago
Damian Guy 98d62a880d KAFKA-4937: Batch offset fetches in the Consumer 8 years ago
Jason Gustafson 588ed4644f MINOR: Improvements to PID snapshot management 8 years ago
Ben Stopford 020ca79036 KAFKA-5036; Second part: Points 2 -> 5): Refactor caching of Latest Epoch 8 years ago
Dong Lin 17ce2a7307 KAFKA-5075; Defer exception to the next pollOnce() if consumer's fetch position has already increased 8 years ago
Apurva Mehta d0e7c6b930 KAFKA-5043; Rename GroupCoordinator to FindCoordinator (KIP-98) 8 years ago
Apurva Mehta 749e9e14c7 KAFKA-5052; Don't pass underlying internal exception to RetriableCommitFailedException 8 years ago
Ismael Juma 5cf64f06a8 MINOR: Log append validation improvements 8 years ago
Ismael Juma a4c50687f6 KAFKA-5042: InFlightRequests#isEmpty() always returns false 8 years ago
Ben Stopford 359a685108 MINOR: CollectionUtils.groupDataByTopic in OffsetsForLeaderEpochRequest/Response 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
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