434 Commits (31e263e8294e94de3d2c44d2ab3a827ab904e247)

Author SHA1 Message Date
Ismael Juma b94a7812be KAFKA-3495; NetworkClient.blockingSendAndReceive` should rely on requestTimeout 9 years ago
Jason Gustafson ef3f053155 KAFKA-3419: clarify difference between topic subscription and partition assignment 9 years ago
Jason Gustafson dd5480a47e KAFKA-3486: fix autocommit when partitions assigned manually 9 years ago
Grant Henke b865413cd8 MINOR: Fix BNF output for protocol arrays conataining primitives in docs 9 years ago
Ismael Juma 78d91dcd88 KAFKA-3475; Introduce our own `MiniKdc` 9 years ago
Ismael Juma 43d5078e98 MINOR: Remove a couple of redundant `CoreUtils.rm` methods 9 years ago
Ismael Juma 4c0660bf3d MINOR: Fix typo and tweak wording in `RecordAccumulator` comments 9 years ago
Jiangjie Qin 1fbe445dde KAFKA-3388; Fix expiration of batches sitting in the accumulator 9 years ago
Jason Gustafson d691faf98c KAFKA-3463: change default receive buffer size for consumer to 64K 9 years ago
Jeremy Custenborder 2dc17230f9 KAFKA-3407 - ErrorLoggingCallback trims helpful diagnostic information. 9 years ago
Jason Gustafson cb78223bf9 KAFKA-3434; add old constructor to ConsumerRecord 9 years ago
Ismael Juma d4d5920ed4 KAFKA-3432; Cluster.update() thread-safety 9 years ago
Ismael Juma 255b5e1386 KAFKA-3431: Remove `o.a.k.common.BrokerEndPoint` in favour of `Node` 9 years ago
Grant Henke 983e9486ef KAFKA-3301; CommonClientConfigs.METRICS_SAMPLE_WINDOW_MS_DOC is incor… 9 years ago
Ewen Cheslack-Postava d6b450ced5 KAFKA-3435: Follow up to fix checkstyle 9 years ago
Jason Gustafson ca77d67058 KAFKA-3319: improve session timeout broker/client config documentation 9 years ago
Ismael Juma 73c79000ed KAFKA-3426; Improve protocol type errors when invalid sizes are received 9 years ago
Grant Henke 99cfb99aa1 KAFKA-3435: Remove `Unstable` annotation from new Java Consumer 9 years ago
Jason Gustafson 8d8e3aaa61 KAFKA-3412: multiple asynchronous commits causes send failures 9 years ago
Grant Henke 4f048c4f19 MINOR: Fix FetchRequest.getErrorResponse for version 1 9 years ago
Ismael Juma 95eabc8c8b KAFKA-3378; Follow-up to ensure we `finishConnect` for immediately connected keys 9 years ago
Ismael Juma b6c6291e1f KAFKA-3378; Client blocks forever if SocketChannel connects instantly 9 years ago
Pierre-Yves Ritschard 4332175c11 KAFKA-3006: standardize KafkaConsumer API to use Collection 9 years ago
Jason Gustafson d9bf55171b KAFKA-3394; allow null offset metadata in commit API 9 years ago
Guozhang Wang dea0719e99 KAFKA-3336: Unify Serializer and Deserializer into Serialization 9 years ago
Liquan Pei c07d017227 KAFKA-3315: Add REST and Connector API to expose connector configuration 9 years ago
edoardo 30e78fa006 KAFKA-2832: Add a consumer config option to exclude internal topics 9 years ago
Drausin Wulsin dce06766da KAFKA-3392: ConsumerRecords iterator throws NoSuchElementException when a TopicPartition is empty 9 years ago
Anna Povzner 9a836d0154 KAFKA-3303; Pass partial record metadata to ProducerInterceptor.onAcknowledgement on error 9 years ago
Allen Wang 951e30adc6 KAFKA-1215; Rack-Aware replica assignment option 9 years ago
MayureshGharat deb2b004cb KAFKA-3013: Display the topic-partition in the exception message for expired batches in recordAccumulator 9 years ago
Ismael Juma 241c3ebb28 KAFKA-3375; Suppress deprecated warnings where reasonable and tweak compiler settings 9 years ago
Jason Gustafson 764d8ca9eb KAFKA-2073: migrate to client-side topic metadata request/response 9 years ago
Jason Gustafson e403b3c4bf KAFKA-3318: clean up consumer logging and error messages 9 years ago
Grant Henke f0a4125d3e KAFKA-3361: Initial protocol documentation page and generation 9 years ago
Ismael Juma 8180803123 KAFKA-3352: Avoid DNS reverse lookups 9 years ago
Rajini Sivaram 324b0c85f6 KAFKA-3279: Remove checks for JAAS system property 9 years ago
Matthias J. Sax 689309135b MINOR: Clean up of ProducerConfig documentation, including correction for block.on.buffer.full 9 years ago
Jeremy Custenborder 090d7220e2 KAFKA-3237: Allow ConfigDef options with no default and validator 9 years ago
Jiangjie Qin 5afa166010 KAFKA-3197; Fix producer sending records out of order 9 years ago
Ismael Juma 94c2343419 KAFKA-3341: Improve error handling on invalid requests 9 years ago
Ashish Singh 25bde48e6a KAFKA-3339: Fix java docs for seekToEnd and seekToBeginning. 9 years ago
Yifan Ying 33f3307546 KAFKA-3233: expose consumer per-topic metrics 9 years ago
kenji yoshida fe1fd703e8 MINOR: fix typo 9 years ago
Guozhang Wang 2a58ba9fd8 KAFKA-3311; Prepare internal source topics before calling partition grouper 9 years ago
Anna Povzner 002b377dad KAFKA-3196; Added checksum and size to RecordMetadata and ConsumerRecord 9 years ago
Yasuhiro Matsuda 5da935ef78 MINOR: Add AUTO_OFFSET_RESET_CONFIG to StreamsConfig; remove TOTAL_RECORDS_TO_PROCESS from StreamsConfig 9 years ago
Guozhang Wang 845c6eae1f KAFKA-3192: Add unwindowed aggregations for KStream; and make all example code executable 9 years ago
Richard Whaling d51dd5fc74 KAFKA-3280: KafkaConsumer Javadoc contains misleading description of heartbeat behavior and correct use 9 years ago
Tom Lee 5db2c99e15 KAFKA-2698: Add paused() method to o.a.k.c.c.Consumer 9 years ago