817 Commits (cea319a4ad9c55d3d3263cf7a4224c25772d0e11)

Author SHA1 Message Date
Ashish Singh d6b0b520fc KAFKA-3600; Use ApiVersions to check if broker supports required api versions 8 years ago
Ismael Juma b58b6a1bef MINOR: Replace deepIterator/shallowIterator with deepEntries/shallowEntries 8 years ago
Damian Guy 056ed86600 KAFKA-4539: StreamThread is not correctly creating StandbyTasks 8 years ago
Michael Schiff e36e8079d8 KAFKA-4451; Fix OffsetIndex overflow when replicating a highly compacted topic. OffsetIndex provides checks for overflow, used when deciding to roll a LogSegment 8 years ago
Jason Gustafson 67f1e5b91b KAFKA-4390; Replace MessageSet usage with client-side alternatives 8 years ago
Eno Thereska efeaf12989 KAFKA-4405; Avoid unnecessary network poll in consumer if no fetches sent 8 years ago
Rajini Sivaram f0acc4a0dd KAFKA-4431; Make consumer heartbeat thread a daemon thread 8 years ago
Vahid Hashemian 7f8edbc8e8 KAFKA-4000; Collect and record per-topic consumer metrics 8 years ago
Stig Rohde Døssing 9684487b43 KAFKA-4375; Reset interrupt state in a few places where InterruptedException is caught 8 years ago
Jeff Widman 36528df088 MINOR: Fix typos in KafkaConsumer docs 8 years ago
Xavier Léauté 006630fd93 MINOR: Fix metric collection NPE during shutdown 8 years ago
Ismael Juma 128d0ff91d KAFKA-2247; Merge kafka.utils.Time and kafka.common.utils.Time 8 years ago
Jason Gustafson f9d7808bab KAFKA-4469; Fix consumer performance regression from inefficient list removal and copy 8 years ago
Stig Rohde Døssing 1503f7603c KAFKA-4387; KafkaConsumer should properly handle interrupts 8 years ago
Antony Stubbs 44f61ba4f9 MINOR: Typo in KafkaConsumer javadoc 8 years ago
Rajini Sivaram e53babab9c KAFKA-3703; Graceful close for consumers and producer with acks=0 8 years ago
Jason Gustafson 3b4c347949 KAFKA-2066; Use client-side FetchRequest/FetchResponse on server 8 years ago
Jason Gustafson b7d36b7261 KAFKA-3829: Ensure valid configuration prior to creating connector 8 years ago
Mickael Maison 7282de39f7 KAFKA-4081; KafkaConsumer should not allow negative offsets to be committed 8 years ago
Theo 471a2ab17d KAFKA-4284: Make Partitioner a Closeable and close it when closing the producer 8 years ago
Shikhar Bhushan 7868e65775 MINOR: missing fullstop in doc for `max.partition.fetch.bytes` 8 years ago
Stig Rohde Døssing 5e7190cf83 MINOR: Add description of how consumer wakeup acts if no threads are awakened 8 years ago
Yuto Kawamura e795ad96ca KAFKA-4024; Override client metadata backoff on topic changes and avoid unnecessary connections 8 years ago
Guozhang Wang a4ab9d02a2 KAFKA-4117: Stream partitionassignro cleanup 8 years ago
Rajini Sivaram a4413fc8a4 KAFKA-4301; Add more trace for SSL handshake 8 years ago
Ismael Juma d092673838 MINOR: A bunch of clean-ups related to usage of unused variables 8 years ago
Rajini Sivaram 1fc450fdb5 KAFKA-2089; Increase metadata wait time in unit test 8 years ago
radai-rosenblatt 46666a1f64 KAFKA-4250; Make ProducerRecord and ConsumerRecord extensible 8 years ago
Jason Gustafson 6199c62776 KAFKA-4303; Ensure commitSync does not block unnecessarily in poll without in-flight requests 8 years ago
Konstantine Karantasis 1a67739c2f KAFKA-4254; Update producer's metadata before failing on non-existent partitions 8 years ago
Joshi 72d5675a7c KAFKA-4010: add ConfigDef toEnrichedRst() for additional fields in output 8 years ago
Vahid Hashemian e972d2afd3 MINOR: Fix typos in documentation 8 years ago
Jiangjie Qin 6b91f83fba KAFKA-4274; Consumer `offsetForTimes` times out on empty map 8 years ago
Jason Gustafson 7115c66aef MINOR: Follow-up minor improvements/cleanup for KAFKA-3396 8 years ago
Jason Gustafson a23859e568 KAFKA-4248; Consumer should rematch regex immediately in subscribe 8 years ago
Edoardo Comar 8124f6e099 KAFKA-3396; Ensure Describe access is required to detect topic existence 8 years ago
Jason Gustafson f8b69aacd4 KAFKA-3824; Clarify autocommit delivery semantics for consumer 8 years ago
Vahid Hashemian 20322446aa KAFKA-4234; Revert automatic offset commit behavior in consumer's `unsubscribe()` 8 years ago
Matthias J. Sax 451d263bb4 KAFKA-4058; improved test condition evaluation 8 years ago
Jiangjie Qin 18a0812618 KAFKA-4235; Fix race condition in Sender.initiateClose that may cause missed callbacks 8 years ago
Jiangjie Qin aa506a6919 KAFKA-4194; Follow-up improvements/testing for ListOffsets v1 (KIP-79) 8 years ago
Magnus Reftel a208478f37 MINOR: Fix Javadoc of @throws AuthorizationException for KafkaConsumer.poll 8 years ago
Ryan Pridgeon 0de807357b KAFKA-3719; Allow underscores in hostname 8 years ago
Jason Gustafson 732fabf94e KAFKA-3782: Ensure heartbeat thread restarted after rebalance woken up 8 years ago
Jiangjie Qin eaaa433fc9 KAFKA-4148; Support ListOffsetRequest v1 and search offsets by timestamp in consumer (KIP-79) 8 years ago
Vahid Hashemian 4e1c7d844f KAFKA-4135; Consumer poll with no subscription or assignment should raise an error 8 years ago
Andrey Neporada d04b0998c0 KAFKA-2063; Bound fetch response size (KIP-74) 8 years ago
Rajini Sivaram 69356fbc6e KAFKA-3492; Secure quotas for authenticated users 8 years ago
Sumit Arrawatia ecc1fb10fa KAFKA-4093; Cluster Id (KIP-78) 8 years ago
Ben Stopford 143a33bc50 KAFKA-1464; Add a throttling option to the Kafka replication 8 years ago