282 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
Robert Yokota 16190e9bfd MINOR: Move FileConfigProvider to provider subpackage (#5194) 7 years ago
Arjun Satish 3face7fce2 KAFKA-7003: Set error context in message headers (KIP-298) 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
Magesh Nandakumar 642a09168c KAFKA-6991: Fix ServiceLoader issue with PluginClassLoader (KIP-285) 7 years ago
Robert Yokota 8264492dee MINOR: Use service loader for ConfigProvider impls (KIP-297) 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
Robert Yokota 08e8facdc9 KAFKA-6886: Externalize secrets from Connect configs (KIP-297) 7 years ago
Arjun Satish f8dfbb067c KAFKA-6738: Implement error handling for source and sink tasks (KIP-298) 7 years ago
Magesh Nandakumar 98094954a2 KAFKA-6776: ConnectRestExtension Interfaces & Rest integration (KIP-285) 7 years ago
Randall Hauch fffb9c5b5c KAFKA-6913: Add Connect converters and header converters for short, integer, long, float, and double (KIP-305) 7 years ago
Chris Egerton a64ab91238 KAFKA-5540: Deprecate internal converter configs (KIP-174) 7 years ago
John Roesler c470ff70d3 KAFKA-5697; Implement new consumer poll API from KIP-266 (#4855) 7 years ago
Jeremy Custenborder 7ecfbab92f KAFKA-5807 - Check Connector.config() and Transformation.config() returns a valid ConfigDef 7 years ago
Ismael Juma a30ecc6755 MINOR: Remove o.a.kafka.common.utils.Base64 and IS_JAVA8_COMPATIBLE 7 years ago
Ismael Juma e70a191d30
KAFKA-4423: Drop support for Java 7 (KIP-118) and update deps (#5046) 7 years ago
Jagadesh Adireddi 95b46a12e5 KAFKA-6685: Added Exception to distinguish message Key from Value during deserializing. 7 years ago
Robert Yokota ee8abb2f70 KAFKA-6566: Improve Connect Resource Cleanup 7 years ago
Colin Patrick McCabe abbd53da4a KAFKA-6299; Fix AdminClient error handling when metadata changes (#4295) 7 years ago
John Roesler cc43e77bbb MINOR: make Sensor#add idempotent (#4853) 7 years ago
Benedict Jin 37efc79eb8 MINOR: Remove magic number and extract Pattern instance from method as class field (#4799) 7 years ago
Randall Hauch d9369de8f2 KAFKA-6728: Corrected the worker’s instantiation of the HeaderConverter 7 years ago
Attila Sasvari 549a5cec1e MINOR: Fix potential resource leak in FileOffsetBackingStore (#4739) 7 years ago
Randall Hauch e7ef719a5b KAFKA-6661: Ensure sink connectors don’t resume consumer when task is paused 7 years ago
Randall Hauch 0e22fd6f8d KAFKA-6578: Changed the Connect distributed and standalone main method to log all exceptions (#4609) 7 years ago
Randall Hauch fc19c3e6f2 KAFKA-6577: Fix Connect system tests and add debug messages 7 years ago
Konstantine Karantasis f3c4240e6c MINOR: Restore scanning for super types of Connect plugins (#4584) 7 years ago
Konstantine Karantasis b79e11bb51 MINOR: Redirect response code in Connect's RestClient to logs instead of stdout 7 years ago
Konstantine Karantasis ee352be9c8 MINOR: Fix bug introduced by adding batch.size without default in FileStreamSourceConnector (#4579) 7 years ago
Robert Yokota 3af13967db KAFKA-6503: Parallelize plugin scanning 7 years ago
ConcurrencyPractitioner d902b6b4b6 KAFKA-5996; JsonConverter generates Mismatching schema DataException (#4523) 7 years ago
Benedict Jin 2693e9be74 MINOR: Misc improvements on runtime / storage / metrics / config parts (#4525) 7 years ago
Randall Hauch a68a8b6b6c KAFKA-6511; Corrected connect list/map parsing logic (#4516) 7 years ago
Jeremy Custenborder 9f4fe7679e KAFKA-5550; Connect Struct.put() should include the field name if validation fails (#3507) 7 years ago
Randall Hauch 976a3b0cc8 KAFKA-6513: Corrected how Converters and HeaderConverters are instantiated and configured 7 years ago
Wladimir Schmidt c32860b224 MINOR: exchange redundant Collections.addAll with parameterized constructor (#4521) 7 years ago
Robert Yokota 7d70a427b2 KAFKA-6504: Ensure uniqueness of connect task metric sensor creation (#4514) 7 years ago
Jeff Klukas eb3fef760e KAFKA-6253: Improve sink connector topic regex validation 7 years ago
Konstantine Karantasis 17aaff3606 KAFKA-6288: Broken symlink interrupts scanning of the plugin path 7 years ago
Gunnar Morling f9b56d680b KAFKA-6515; Adding toString() method to o.a.k.connect.data.Field (#4509) 7 years ago
Randall Hauch 4c48942f9d KAFKA-5142: Add Connect support for message headers (KIP-145) 7 years ago
Soenke Liebau 530bc59de2 KAFKA-4930: Enforce set of legal characters for connector names (KIP-212) 7 years ago
Jakub Scholz 3431be2aeb KAFKA-4029: SSL support for Connect REST API (KIP-208) 7 years ago
Konstantine Karantasis b4165522b3 KAFKA-6148; ClassCastException in connectors that include kafka-clients packages (#4457) 7 years ago
Scott d706c87cb2 MINOR: a single doc typo (#2969) 7 years ago
Konstantine Karantasis 993d3c727e KAFKA-6467; Enforce layout of dependencies within a connect plugin to be deterministic (#4459) 7 years ago
Charly Molter aa42a11dfd KAFKA-6180; Add a Validator for NonNull configurations and remove redundant null checks on lists (#4188) 7 years ago
Konstantine Karantasis 0fa52644de KAFKA-6277: Ensure loadClass for plugin class loaders is thread-safe. 7 years ago