880 Commits (4b4102884c8d317fe362523a9f5af20a27a4ee52)

Author SHA1 Message Date
Jason Gustafson e41e782006 KAFKA-4776; Implement graceful handling for improperly formed compressed message sets 8 years ago
Allen Xiang dcea498568 KAFKA-4777; Backoff properly in consumer heartbeat thread if no brokers are available 8 years ago
Colin P. Mccabe 916edc3a4e KAFKA-4774; Inner classes which don't need a reference to the outer c… 8 years ago
Prabhat Kashyap d734f4e56d MINOR: Replace for with foreach loop in common module 8 years ago
Ismael Juma fc1cfe475e MINOR: Remove Struct from Request/Response classes 8 years ago
Jason Gustafson 022d2017a7 MINOR: Move compression stream construction into CompressionType 8 years ago
Armin Braun a1900ada7f KAFKA-4765; Fixed Intentionally Broken Hosts Resolving to 127.0.53.53 in tests 8 years ago
Jason Gustafson 3b36d5cff0 KAFKA-4761; Fix producer regression handling small or zero batch size 8 years ago
Colin P. Mccabe ed91af512f KAFKA-4756; The auto-generated broker id should be passed to MetricRe… 8 years ago
Vahid Hashemian 9898d665d1 MINOR: Use an explicit `Errors` object when possible instead of a numeric error code 8 years ago
Grant Henke b5dd39dda6 KAFKA-4525; Kafka should not require SSL truststore password 8 years ago
Onur Karaman 6c1478d19f KAFKA-4749; Fix join-time-max and sync-time-max MeasurableStat type 8 years ago
Satish Duggana effa19c045 KAFKA-4741; Fix potential buffer leak in RecordAccumulator in case of exception 8 years ago
Tim Carey-Smith 7f6bf5d447 KAFKA-4725; Stop leaking messages in produce request body when requests are delayed 8 years ago
Jan Lukavsky b31a7a9022 KAFKA-4728; KafkaConsumer#commitSync should copy its input 8 years ago
Jason Gustafson ea70a9bcfc MINOR: Ensure timestamp type is provided when up-converting messages 8 years ago
Maysam Yabandeh cb674e5487 KAFKA-4039; Fix deadlock during shutdown due to log truncation not allowed 8 years ago
Jason Gustafson 5afe959647 MINOR: Logging improvements in consumer internals 8 years ago
Colin P. Mccabe 8827a5b34e KAFKA-4635; Client Compatibility follow-ups 8 years ago
Rajini Sivaram aef6927a42 KAFKA-4557; Handle Producer.send correctly in expiry callbacks 8 years ago
Akash Sethi 9213de8f14 MINOR: Replace for within for each; replace if-elseif with match 8 years ago
Kamal C ec76ea3436 MINOR: Include more detail in `ConfigDef.parseType` exception message 8 years ago
Ismael Juma ca0c071c10 KAFKA-4636; Per listener security settings overrides (KIP-103) 8 years ago
Ismael Juma 254e3b77d6 KAFKA-4699; Invoke producer callbacks before completing the future 8 years ago
Colin P. Mccabe 5b4e299a46 KAFKA-4630; Implement RecordTooLargeException when communicating with pre-KIP-74 brokers 8 years ago
Jason Gustafson 135488352c MINOR: Refactor partition lag metric for cleaner encapsulation 8 years ago
Ismael Juma 8b3c6c0a1c KAFKA-4597; RecordMetadata should return log append time when appropriate 8 years ago
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