817 Commits (cea319a4ad9c55d3d3263cf7a4224c25772d0e11)

Author SHA1 Message Date
Jason Gustafson 5bd06f1d54 KAFKA-4816; Message format changes for idempotent/transactional producer (KIP-98) 8 years ago
Damian Guy fef7fca2af KAFKA-4594; Annotate integration tests and provide gradle build targets to run subsets of tests 8 years ago
Sachin Mittal 197a5d5a6d KAFKA-4848: Fix retryWithBackoff deadlock issue 8 years ago
Colin P. Mccabe 5a2fcdd6d4 KAFKA-4894; Fix findbugs "default character set in use" warnings 8 years ago
Nikki Thean 9e787716b0 KAFKA-4607: Validate the names of auto-generated internal topics 8 years ago
Kamal C 01768e3321 MINOR: Fix non-null check in the constructor of ListenerName 8 years ago
Ismael Juma 1659ca1773 KAFKA-4901; Make ProduceRequest thread-safe 8 years ago
Guozhang Wang d3b8ff0243 HOTFIX: Fix apache headers in float serde class files 8 years ago
Onur Karaman 2a9c18a87d KAFKA-4891; kafka.request.logger TRACE regression 8 years ago
Michael G. Noll cd69daa415 KAFKA-4769: Add Float serializer, deserializer, serde 8 years ago
Ismael Juma 65650ba4dc MINOR: Introduce NetworkClient.hasInFlightRequests 8 years ago
Will Droste 537f98a5d6 KAFKA-4745; Remove unnecessary flush in KafkaLZ4BlockOutputStream.close() 8 years ago
Jason Gustafson 022bf12951 MINOR: Use ConcurrentMap for ConsumerNetworkClient UnsentRequests 8 years ago
Jason Gustafson f7354e779c MINOR: Add varint serde utilities for new message format 8 years ago
Dong Lin c6bccddb94 KAFKA-4841; NetworkClient should only consider a connection to have failed after attempt to connect 8 years ago
Jason Gustafson 81f9e1376c MINOR: Rename RecordBatch to ProducerBatch to free the name for KIP-98 8 years ago
Armin Braun 5cf491c276 KAFKA-3155; Avoid long overflow in RecordBatch#maybeExpire 8 years ago
Dong Lin adb70da13e KAFKA-4820; ConsumerNetworkClient.send() should not require global lock 8 years ago
Colin P. Mccabe d9b784e147 KAFKA-4796; Fix some findbugs warnings in Kafka Java client 8 years ago
Rajini Sivaram a3c45b0c92 KAFKA-4631; Request metadata in consumer if topic/partitions unavailable 8 years ago
Stevo Slavic ca06862a70 KAFKA-2358: Cluster collection returning methods never return null 8 years ago
Damian Guy de05c9d3a0 MINOR: Add code quality checks (and suppressions) to checkstyle.xml 8 years ago
Matthias J. Sax d0e436c471 MINOR: improve license header check by providing head file instead of (prefix) header regex 8 years ago
Marco Ebert 9260e8563c KAFKA-4806; Prevent double logging of ConsumerConfig 8 years ago
Vahid Hashemian 5b682baad5 MINOR: Use API hyperlinks in 'Kafka Protocol Guide' to facilitate navigation 8 years ago
Ismael Juma 5b22b53f0e MINOR: Fix potential integer overflow and String.format issue 8 years ago
Jason Gustafson 3749832637 MINOR: Ensure consumer calls poll() if requests are outstanding 8 years ago
Armin Braun 43524442dc MINOR: Fixed Non-Final Close Method + its Duplication 8 years ago
Damian Guy 151b23689e KAFKA-4494: Reduce startup and rebalance time by batching restoration of stores 8 years ago
Jean-Philippe Daigle 0be3a7226f MINOR: fixed javadoc typo in KafkaProducer.partitionsFor 8 years ago
Kamal C 01898ebbad MINOR: Code quality improvements to Config classes 8 years ago
Armin Braun 1ed4b48d5a KAFKA-4198; Fix race condition in KafkaServer.shutdown() 8 years ago
Ismael Juma 015f1d7381 MINOR: Move ProtoUtils methods to ApiKeys 8 years ago
Rajini Sivaram 5916ef0227 KAFKA-4786; Wait for heartbeat thread to terminate in consumer close 8 years ago
Colin P. Mccabe 696b1d311c KAFKA-4757; NetworkClient should log request details at trace level when a request is cancelled because of disconnection 8 years ago
Jason Gustafson 8bd06482d0 MINOR: Remove unused MessageWriter and CompressionFactory 8 years ago
Jason Gustafson 3b8b7a4be3 MINOR: Fix NPE handling unknown APIs in NodeApiVersions.toString 8 years ago
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