5474 Commits (2933f21374ed383e4db1dfb9c7df02f1707903ba)
 

Author SHA1 Message Date
Vahid Hashemian 2933f21374 KAFKA-7403; Use default timestamp if no expire timestamp set in offset commit value (#5690) 6 years ago
Ismael Juma 81d124440d
MINOR: Upgrade to Jackson 2.9.7 (#5662) 6 years ago
Manikumar Reddy c835331c78 KAFKA-5066; Add KafkaMetricsConfig (Yammer metrics reporters) props to documentation 6 years ago
John Roesler 057c5307e0 KAFKA-7223: Suppress API with only immediate emit (#5567) 6 years ago
Eugen Feller 86b4d9d58f KAFKA-7430: Improve Transformer interface JavaDoc (#5675) 6 years ago
John Roesler 95f9622cce MINOR: Fix compilation error in PlaintextConsumerTest under scala 2.12 (#5674) 6 years ago
Manikumar Reddy O 6ced8550b3 KAFKA-7216: Ignore unknown ResourceTypes while loading acl cache (#5673) 6 years ago
Bob Barrett 0bc7008e75 KAFKA-7400: Compacted topic segments that precede the log start offse… (#5646) 6 years ago
John Roesler 96132e2dbb MINOR: rename InternalProcessorContext.initialized (#5672) 6 years ago
Viktor Somogyi f1f719211e KAFKA-6923; Refactor Serializer/Deserializer for KIP-336 (#5494) 6 years ago
Aleksei Izmalkin 7bc1019d4b [KAFKA-7379] [streams] send.buffer.bytes should be allowed to set -1 in KafkaStreams (#5643) 6 years ago
Matthias J. Sax 9f187a9a88 MINOR: increase number of unique keys for Streams EOS system test (#5640) 6 years ago
Bill Bejeck df00f1a738 MINOR: Remove ignored tests that hang, added new versions for EOS tests (#5666) 6 years ago
Joan Goyeau af80dccc7d KAFKA-7399: KIP-366, Make FunctionConversions deprecated (#5562) 6 years ago
Matthias J. Sax 88823c6016
MINOR: cleanup some state store code (#5656) 6 years ago
Mutasem Aldmour 43e21252ca KAFKA-7388 equal sign in property value for password (#5630) 6 years ago
Manikumar Reddy 4bbbfaf39c KAFKA-7332; Update CORRUPT_MESSAGE exception message description 6 years ago
Xiongqi Wesley Wu d87ed233c9 KAFKA-7322; Fix race condition between log cleaner thread and log retention thread when topic cleanup policy is updated 6 years ago
Jason Gustafson c5ef614bbf
KAFKA-7414; Out of range errors should never be fatal for follower (#5654) 6 years ago
Rajini Sivaram 5e72f66ab5
MINOR: Increase timeout in log4j system test to avoid transient failures (#5658) 6 years ago
Manikumar Reddy b21c66f948 KAFKA-5690; Add support to list ACLs for a given principal (KIP-357) 6 years ago
John Roesler 607dea234f MINOR: log and fail on missing task in Streams (#5655) 6 years ago
Dong Lin 3a8ab3258f Revert 4e311 KAFKA-5690 since KIP-357 has not passed vote 6 years ago
Manikumar Reddy 4e31147a41 KAFKA-5690; Add support to list ACLs for a given principal (KIP-357) 6 years ago
Rajini Sivaram e24d82e0eb KAFKA-7280; Synchronize consumer fetch request/response handling (#5495) 6 years ago
Bill Bejeck b74e7e407c MINOR: Enable ignored upgrade system tests - trunk (#5605) 6 years ago
Matthias J. Sax 466d89306e
MINOR: Insure that KafkaStreams client is closed if test fails (#5618) 6 years ago
John Roesler b18c8dda52 MINOR: fix scala serde tests (#5644) 6 years ago
Stanislav Kozlovski df35c22eac MINOR: Update minimum required Gradle version to 4.7 (#5642) 6 years ago
Jason Gustafson ac7cd16e93
KAFKA-7394; OffsetsForLeaderEpoch supports topic describe access (#5634) 6 years ago
Randall Hauch f0282498e7 KAFKA-6926: Simplified some logic to eliminate some suppressions of NPath complexity checks (#5051) 6 years ago
Viktor Somogyi 398d2ab244 MINOR: KafkaAdminClient Java 8 code cleanup (#5594) 6 years ago
Manikumar Reddy O c121f4eb82 MINOR: Remove deprecated Metric.value() method usage (#5626) 6 years ago
Guozhang Wang 68b2f49ea7
KAFKA-3514, Documentations: Add out of ordering in concepts. (#5458) 6 years ago
John Roesler 9dac615d22 KAFKA-7386: streams-scala should not cache serdes (#5622) 6 years ago
Guozhang Wang 283a19481d
KAFKA-3514: Part III, Refactor StreamThread main loop (#5428) 6 years ago
Joan Goyeau acd3858ea6 KAFKA-7396: Materialized, Serialized, Joined, Consumed and Produced with implicit Serdes (#5551) 6 years ago
Anna Povzner e2ec2d79c8 KAFKA-7044; Fix Fetcher.fetchOffsetsByTimes and NPE in describe consumer group (#5627) 6 years ago
Jason Gustafson 79ad9026a6
MINOR: Missing throttle time in OffsetsForLeaderEpoch response (#5635) 6 years ago
Manikumar Reddy O 257c402c15 MINOR: Remove deprecated Resource class constructor usage (#5624) 6 years ago
mgharat 25b13bca7b KAFKA-7096 : Clear buffered data for partitions that are explicitly unassigned by user 6 years ago
Anna Povzner 1427e84cc7 MINOR: Use LATEST_1_1 instead of V_1_1_0 in quota_test (#5636) 6 years ago
Ismael Juma f123d2f18c KAFKA-5887; Replace findBugs with spotBugs and upgrade to Gradle 4.10 6 years ago
Ewen Cheslack-Postava 0d535b167a MINOR: Mark new Scala streams tests as integration tests (KIP-270 follow-up) (#5631) 6 years ago
Brandon Kirchner 164ef9462e KAFKA-4932: Add support for UUID serialization and deserialization (KIP-206) 6 years ago
Vahid Hashemian b8651d4e82 MINOR: Code cleanup of 'clients' module (#5427) 6 years ago
Jason Gustafson 05ba5aa008 KAFKA-7333; Protocol changes for KIP-320 6 years ago
Flavien Raynaud 4a5cba87bc KAFKA-7286; Avoid getting stuck loading large metadata records (#5500) 6 years ago
Dhruvil Shah 958cdca9be KAFKA-7385; Fix log cleaner behavior when only empty batches are retained (#5623) 6 years ago
Jason Gustafson 0984a76b71
MINOR: Move common out of range handling into AbstractFetcherThread (#5608) 6 years ago