5140 Commits (22356d55ef232871f144be750087f71c5ed1e9a9)
 

Author SHA1 Message Date
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
Paolo Patierno be8808dd4b KAFKA-5588: Remove deprecated --new-consumer tools option (#5097) 7 years ago
Koen De Groote a23b28726e MINOR: Fix for the location of the trogdor.sh executable file in the documentation. (#5040) 7 years ago
Magesh Nandakumar e5492d7726 KAFKA-6997: Exclude test-sources.jar when $INCLUDE_TEST_JARS is FALSE 7 years ago
Matthias J. Sax c238e14ac6 MINOR: docs should point to latest version (#5132) 7 years ago
Arjun Satish faa15b8b75 KAFKA-6981: Move the error handling configuration properties into the ConnectorConfig and SinkConnectorConfig classes (KIP-298) 7 years ago
ConcurrencyPractitioner ba0ebca7a5 [KAFKA-6730] Simplify State Store Recovery (#5013) 7 years ago
Rajini Sivaram 7c69de42df
MINOR: Rename package `internal` to `internals` for consistency (#5137) 7 years ago
Bill Bejeck ef413699b6 KAFKA-6704: InvalidStateStoreException from IQ when StreamThread closes store (#4801) 7 years ago
Guozhang Wang 86410e14d7 MINOR: Add missing configs for resilience settings 7 years ago