270 Commits (fffb9c5b5cac1a669f22dd99860774d6c0fdb94b)

Author SHA1 Message Date
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
Gunnar Morling 8cd563d478 KAFKA-6456; JavaDoc clarification for Connect SourceTask#poll() (#4432) 7 years ago
Gavrie Philipson 936e81afcb KAFKA-6250: Use existing Kafka Connect internal topics without requiring ACL (#4247) 7 years ago
Filipe Agapito 697a4af35a KAFKA-6363: Use MockAdminClient for any unit tests that depend on AdminClient (#4371) 7 years ago
Arjun Satish 3b03c9d348 KAFKA-6252; Close the metric group to clean up any existing metrics 7 years ago
Study ecf0ab42c1 KAFKA-4335: Add batch.size to FileStreamSource connector to prevent OOM 7 years ago
Ewen Cheslack-Postava bfb272c5cd KAFKA-6311: Expose Kafka cluster ID in Connect REST API (KIP-238) (#4314) 7 years ago
Koen De Groote 96df93522f Replace Arrays.asList with Collections.singletonList where possible (#4368) 7 years ago
Koen De Groote 2bc780b959 MINOR: Use EnumMap/EnumSet if possible (#3919) 7 years ago
Tobias Gies 68712dcdec KAFKA-6308; Connect Struct should use deepEquals/deepHashCode 7 years ago
Colin P. Mccabe 616321bcb6 KAFKA-6102; Consolidate MockTime implementations between connect and clients 7 years ago
Soenke Liebau 5a2960f811 KAFKA-5563: Standardize validation and substitution of connector names in REST API connector configs 7 years ago
Arjun Satish c5f31fe384 KAFKA-4827: Correctly encode special chars while creating URI objects 7 years ago