807 Commits (e28752357705568219315375c666f8e500db9c12)

Author SHA1 Message Date
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
Ismael Juma 01aeea7c7b KAFKA-3259 KAFKA-3253; KIP-31/KIP-32 Follow-up 9 years ago
Jason Gustafson 73ecd7a179 KAFKA-3007: implement max.poll.records (KIP-41) 9 years ago
Xin Wang 14b688e00d KAFKA-3046: Add ByteBuffer Serializer and Deserializer 9 years ago
Frank Scholten d2527af99a KAFKA-3255: Added unit tests for NetworkClient.connectionDelay(Node node, long now) 9 years ago
Kim Christensen 49fd0ceb09 KAFKA-3235: Unclosed stream in AppInfoParser static block 9 years ago
Jiangjie Qin 45c8195fa1 KAFKA-3025; Added timetamp to Message and use relative offset. 9 years ago
Chen Zhu 3382b6db7b KAFKA-2757; Consolidate BrokerEndPoint and EndPoint 9 years ago
Grant Henke d7fc7cf615 KAFKA-3088; Make client-id a nullable string and fix handling of invalid requests." 9 years ago
Mayuresh Gharat 85599bc3e8 KAFKA-3147; Memory records is not writable in MirrorMaker 9 years ago
Anna Povzner d5b43b19bb KAFKA-3162: Added producer and consumer interceptors 9 years ago
Grant Henke cd15321e0d KAFKA-3189: Kafka server returns UnknownServerException for inherited exceptions 9 years ago
Adam Kunicki 0eaede4dc9 KAFKA-3191: Improve offset committing JavaDoc in KafkaConsumer 9 years ago
Yasuhiro Matsuda fa05ee7279 MINOR: Add more info to RecordCollector error message 9 years ago
Jiangjie Qin db8d6f02c0 KAFKA-3179; Fix seek on compressed messages 9 years ago
Adam Kunicki 99956f56c9 KAFKA-3198: Ticket Renewal Thread exits prematurely due to inverted c… 9 years ago
Ismael Juma e8343e67e1 KAFKA-3195; Transient test failure in OffsetCheckpointTest.testReadWrite 9 years ago
Rajini Sivaram c97a75d985 KAFKA-3170; Set default fetch_min_bytes in new consumer to 1 9 years ago
Eno Thereska c4f32c53ed KAFKA-3068: Remove retry with nodesEverSeen 9 years ago
Rajini Sivaram b433b4a247 KAFKA-3169; Limit receive buffer size for SASL packets in broker 9 years ago
Praveen Devarao e1d32bdffd KAFKA-3029: Mark TopicPartition and OffsetAndMetadata as Serializable 9 years ago
Ismael Juma 91491986c0 KAFKA-3166; Disable SSL client authentication for SASL_SSL security protocol 9 years ago
Ismael Juma 523562c109 KAFKA-3152; kafka-acl doesn't allow space in principal name 9 years ago
Grant Henke e9a72ceab6 KAFKA-3132: URI scheme in "listeners" property should not be case-sen… 9 years ago
Dmitry Stratiychuk 82c2191490 KAFKA-2478: Fix manual committing example in javadoc 9 years ago
Yifan Ying 5e8a084834 KAFKA-3134: Fix missing value.deserializer error during KafkaConsumer initialization 9 years ago
Micah Zoltu a19729fe61 MINOR: Fixes version lookup exception. 9 years ago
David Jacot 79cda0472b KAFKA-2071: Replace Producer Request/Response with their org.apache.kafka.common.requests equivalents 9 years ago