803 Commits (5aaaba7ffe51a3216262811f24e6ccf10488b5e1)

Author SHA1 Message Date
Dana Powers 3bb0d3cd88 MINOR: Add expected Error Codes to ProduceResponse documentation 8 years ago
huxi 337f576f59 KAFKA-4576; Log segments close to max size break on fetch 8 years ago
Guozhang Wang 3400d0c3cc KAFKA-4633; Always using regex pattern subscription in StreamThread 8 years ago
Vahid Hashemian 813897a006 KAFKA-4547; Avoid incorrect reset of paused partitions to the committed offsets 8 years ago
Colin P. Mccabe 4a6f2c6cc0 KAFKA-4457; Add BrokerApiVersionsCommand 8 years ago
Ismael Juma fd6d7bcf33 KAFKA-4591; Create Topic Policy follow-up 8 years ago
Jason Gustafson 7a84b241ee MINOR: Some cleanups and additional testing for KIP-88 8 years ago
Jason Gustafson b712b8675d KAFKA-4622; Consumer should handle group authorization errors in offset fetch 8 years ago
Ismael Juma da57bc27e7 KAFKA-4591; Create Topic Policy (KIP-108) 8 years ago
Vahid Hashemian c2d9b95f36 KAFKA-3853; Extend OffsetFetch API to allow fetching all offsets for a consumer group (KIP-88) 8 years ago
Jiangjie Qin 88fdca26a0 KAFKA-4381: Add per partition lag metrics to the consumer 8 years ago
Rajini Sivaram f6fee34a2d KAFKA-4627; Fix timing issue in consumer close tests 8 years ago
Jason Gustafson 6496271a11 MINOR: Remove unneeded client used API lists 8 years ago
Ismael Juma d25671884b KAFKA-4565; Separation of Internal and External traffic (KIP-103) 8 years ago
Rajini Sivaram 8d9d847904 KAFKA-4581; Fail early if multiple client login modules in sasl.jaas.config 8 years ago
Jason Gustafson 2eb32d6a70 MINOR: Minor improvements in consumer close timeout handling 8 years ago
Shikhar Bhushan 2f90488323 KAFKA-3209: KIP-66: single message transforms 8 years ago
Edoardo Comar 6508e63c7a KAFKA-4180; Support clients with different authentication credentials in the same JVM 8 years ago
Rajini Sivaram f72203ee92 KAFKA-4426; Add close with timeout for KafkaConsumer (KIP-102) 8 years ago
Eno Thereska ecff8544dd KAFKA-3715: Add granular metrics to Kafka Streams and add hierarhical logging levels to Metrics 8 years ago
Colin P. Mccabe 3d60f1e643 KAFKA-4507; Clients should support older brokers (KIP-97) 8 years ago
Rajini Sivaram 275c5e1df2 KAFKA-3751; SASL/SCRAM implementation 8 years ago
yaojuncn 42a6b71663 KAFKA-4402: make the KafkaProducer true round robin per topic 8 years ago
Kamal d3572648b6 MINOR: Remove stray comma from PartitionInfo.toString 8 years ago
Rajini Sivaram 7959bf5069 KAFKA-4583; Fix KafkaConsumerTest.testGracefulClose transient failure 8 years ago
huxi ac57d17511 KAFKA-4434; KafkaProducer configuration is logged twice 8 years ago
Ismael Juma 6d6c77a7a9 MINOR: Improvements to Record related classes (part 1) 8 years ago
Dong Lin b565dd7eb1 KAFKA-4429; Consumer lag metric should be zero if FetchResponse is empty 8 years ago
LoneRifle 3d7e88456f MINOR: Rephrase Javadoc summary for ConsumerRecord 8 years ago
MURAKAMI Masahiko 88a439ed8e KAFKA-4549; Call writeBlock before writeEndMark in KafkaLZ4BlockOutputStream.close() 8 years ago
Rajini Sivaram 9eb665c39a KAFKA-4259; Dynamic JAAS configuration for Kafka clients (KIP-85) 8 years ago
Dong Lin fc88bac666 KAFKA-4485; Follower should be in the isr if its FetchRequest has fetched up to the logEndOffset of leader 8 years ago
Jason Gustafson 0f86dbe89d MINOR: Support auto-incrementing offsets in MemoryRecordsBuilder 8 years ago
Ismael Juma 3930dd7e75 KAFKA-4554; Fix ReplicaBuffer.verifyChecksum to use iterators instead of iterables 8 years ago
Rekha Joshi a5c15ba037 KAFKA-4500; Code quality improvements 8 years ago
Kamil Szymanski 8b84d14c6f MINOR: Fix exception handling in case of file record truncation during write 8 years ago
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