5199 Commits (9ea81baf34113ccb05244ea9fb63199e7f071bb0)
 

Author SHA1 Message Date
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
Andy Coates b4fa87cc51 KAFKA-7011 - Remove ResourceNameType field from Java Resource class. (#5160) 7 years ago
Arjun Satish 22612be46d KAFKA-7002: Add a config property for DLQ topic's replication factor (KIP-298) 7 years ago
Arjun Satish aa014b2709 KAFKA-7001: Rename errors.allowed.max property in Connect to errors.tolerance (KIP-298) 7 years ago
Ismael Juma 287a92f746
MINOR: Upgrade Gradle to 4.8 and bug fix updates for other deps (#5148) 7 years ago
Magesh Nandakumar 642a09168c KAFKA-6991: Fix ServiceLoader issue with PluginClassLoader (KIP-285) 7 years ago
Jagadesh Adireddi 150967994a KAFKA-6538: Changes to enhance ByteStore exceptions thrown from RocksDBStore with more human readable info (#5103) 7 years ago
Bill Bejeck f54acdbb13 KAFKA-6935: Add config for allowing optional optimization (#5071) 7 years ago
Matthias J. Sax c140603fa9 MINOR: need to update system test version after version bump (#5156) 7 years ago
Matthias J. Sax 0eddddb82b
KAFKA-6967: TopologyTestDriver does not allow pre-populating state stores that have change logging (#5096) 7 years ago
Lee Dongjin 594a0e1a07 KAFKA-6993: Fix defective documentations for KStream/KTable methods (#5136) 7 years ago
Rajini Sivaram a1ca07d316
MINOR: Bump version to 2.1.0-SNAPSHOT (#5153) 7 years ago
Robert Yokota 8264492dee MINOR: Use service loader for ConfigProvider impls (KIP-297) 7 years ago
Andy Coates b3aa655a70 KAFKA-6841: Support Prefixed ACLs (KIP-290) (#5117) 7 years ago
Edoardo Comar 0c035c46b4 KAFKA-6726: Fine Grained ACL for CreateTopics (KIP-277) (#4795) 7 years ago