5163 Commits (d904058c5fc321ea6d29dee41f74ea44cdbad3ea)
 

Author SHA1 Message Date
Matthias J. Sax d904058c5f
HOTFIX: remove sub-module 'kafka' (#5238) 7 years ago
Randall Hauch fab8b7e676 KAFKA-7056: Moved Connect’s new numeric converters to runtime (KIP-305) 7 years ago
Guozhang Wang dad19ac00f
KAFKA-7021: Update upgrade guide section for reusing source topic (#5195) 7 years ago
Chia-Ping Tsai f2cb8523d1 KAFKA-7032 The TimeUnit is neglected by KakfaConsumer#close(long, Tim… (#5182) 7 years ago
Dhruvil Shah a8c17e36c3 MINOR: Fix chunked down-conversion behavior when no valid batch exists after conversion (#5173) 7 years ago
nixsticks 339fc2379d KAFKA-7055: Update InternalTopologyBuilder to throw TopologyException if a processor or sink is added with no upstream node attached (#5215) 7 years ago
Andy Coates 642a97783d KAFKA-7010: Rename ResourceNameType to PatternType (#5205) 7 years ago
Ismael Juma fa993fbaa0
MINOR: Use ListOffsets request instead of SimpleConsumer in LogOffsetTest (#5227) 7 years ago
Ismael Juma a423b1d07d
MINOR: Use KafkaConsumer in GetOffsetShell (#5220) 7 years ago
Anna Povzner 37a4d5ea46 KAFKA-6975; Fix replica fetching from non-batch-aligned log start offset (#5133) 7 years ago
Matthias J. Sax 0dfa53c47a KAFKA-6711: GlobalStateManagerImpl should not write offsets of in-memory stores in checkpoint file (#5219) 7 years ago
Dhruvil Shah 9a71bfb9d6 KAFKA-7030; Add configuration to disable message down-conversion (KIP-283) (#5192) 7 years ago
Ismael Juma 0b591d703b
MINOR: Replace test usages of ClientUtils.fetchTopicMetadata with BaseRequestTest (#5216) 7 years ago
Jason Gustafson 443091b844
KAFKA-7050; Decrease default consumer request timeout to 30s (#5203) 7 years ago
Matthias J. Sax ff96d57437
KAFKA-6860: Fix NPE in Kafka Streams with EOS enabled (#5187) 7 years ago
John Roesler ce7fe8fe5f MINOR: Use new consumer API timeout in test (#5217) 7 years ago
Ismael Juma ecfe27ebab
MINOR: Upgrade Jackson to 2.9.6 7 years ago
Jagadesh Adireddi c903d5767e KAFKA-6749: Fixed TopologyTestDriver to process stream processing guarantee as exactly once (#4912) 7 years ago
Matthias J. Sax 301474f0ba
MINOR: code cleanup follow up for KAFKA-6906 (#5196) 7 years ago
Filipe Agapito de4f4f530a KAFKA-6474: Rewrite tests to use new public TopologyTestDriver [part 2] (#4986) 7 years ago
Ismael Juma 5145d6b6b4
MINOR: Remove unnecessary old consumer usage in tests and other clean-ups (#5199) 7 years ago
Randall Hauch 7a1f555676 KAFKA-7009: Suppress the Reflections log warning messages in system tests 7 years ago
Magesh Nandakumar ee3d3f1b27 KAFKA-7031: Connect API shouldn't depend on Jersey (KIP-285) 7 years ago
Randall Hauch 22356d55ef KAFKA-7043: Modified plugin isolation whitelist with recently added converters (KIP-305) 7 years ago
Chia-Ping Tsai 70e13f032e MINOR: Remove the unused field in DelegatingClassLoader 7 years ago
Edoardo Comar 477ae9e860 MINOR: Test authorization of MetadataRequest with existing and non-existing topics (#5155) 7 years ago
Viktor Somogyi 329ee62da9 MINOR: Remove duplicate jfreechart definition in dependencies.gradle (#5185) 7 years ago
Dhruvil Shah 53ca52f855 KAFKA-6979; Add `default.api.timeout.ms` to KafkaConsumer (KIP-266) (#5122) 7 years ago
Andy Coates a592402512 KAFKA-7007: Use JSON for /kafka-acl-extended-changes path (#5161) 7 years ago
Robert Yokota 16190e9bfd MINOR: Move FileConfigProvider to provider subpackage (#5194) 7 years ago
Gitomain 40f63eb9c1 KAFKA-6782: solved the bug of restoration of aborted messages for GlobalStateStore and KGlobalTable (#4900) 7 years ago
Guozhang Wang 7a59061252
KAFKA-7023: Add unit test (#5197) 7 years ago
Jimin Hsieh fa1d038390 MINOR: Clean up imports and unused variables (#5171) 7 years ago
Manikumar Reddy O dbca6b9b88 KAFKA-6562: Make jackson-databind an optional clients dependency (#5110) 7 years ago
Manikumar Reddy O 2bfb239495 KAFKA-7029: Update ReplicaVerificationTool not to use SimpleConsumer (#5188) 7 years ago
Dong Lin 4580d9f16a MINOR: Remove deprecated per-partition lag metrics 7 years ago
Dhruvil Shah f0b1b46486 MINOR: Use SL4J string interpolation instead of string concatenation (#5113) 7 years ago
Guozhang Wang d98ec33364
KAFKA-7021: Reuse source based on config (#5163) 7 years ago
Guozhang Wang a20c8e8760
MINOR: Relax Unsupported Version check on BrokerCompatibilityTest (#5170) 7 years ago
Arjun Satish 3face7fce2 KAFKA-7003: Set error context in message headers (KIP-298) 7 years ago
Jagadesh Adireddi ee5cc974d2 KAFKA-6906: Fixed to commit transactions if data is produced via wall clock punctuation (#5105) 7 years ago
Liquan Pei cc4157d877 KAFKA-7023: Move prepareForBulkLoad() call after customized RocksDBConfigSetter (#5166) 7 years ago
Andy Coates 49db5a63c0 KAFKA-7005: Remove duplicate resource class. (#5184) 7 years ago
Jon Lee 7d85785d3d KAFKA-6946; Keep the session id for incremental fetch when fetch responses are throttled 7 years ago
Rajini Sivaram 53c84dbb49
KAFKA-6800: Update SASL/PLAIN and SCRAM docs to use KIP-86 callbacks (#4890) 7 years ago
Ismael Juma a4c2921736
MINOR: Remove APIs deprecated in 0.11.0 for core and clients (#5158) 7 years ago
John Roesler 74bdafe386 KAFKA-5697: Use nonblocking poll in Streams (#5107) 7 years ago
Dhruvil Shah d2b2fbdf94 KAFKA-6264; Split log segments as needed if offsets overflow the indexes (#4975) 7 years ago
Andy Coates 0b3989fd72 KAFKA-7006 - remove duplicate Scala ResourceNameType in preference to… (#5152) 7 years ago
Matthias J. Sax bb260e924f
MINOR: remove duplicate map in StoreChangelogReader (#5143) 7 years ago