348 Commits (13e265ab3dfd69cdc3709b6f871418bcf1a2221f)

Author SHA1 Message Date
Maciej Bryński 504824b7b3 KAFKA-5891; Proper handling of LogicalTypes in Cast (#4633) 6 years ago
Koen De Groote 9e0e29ac5c MINOR: Use statically compiled regular expressions for efficiency (#5168) 6 years ago
Viktor Somogyi 8a78d76466 KAFKA-7140; Remove deprecated poll usages (#5319) 6 years ago
Arjun Satish e876c921b0 MINOR: Add connector configs to site-docs 6 years ago
Robert Yokota 36a8fec0ab KAFKA-7225: Pretransform validated props 6 years ago
Jason Gustafson fc5f6b0e46
MINOR: Add Timer to simplify timeout bookkeeping and use it in the consumer (#5087) 6 years ago
Arjun Satish 70d882861e KAFKA-7228: Set errorHandlingMetrics for dead letter queue 6 years ago
Jason Gustafson c3e7c0bcb2
MINOR: Producers should set delivery timeout instead of retries (#5425) 6 years ago
Yu Yang 7fc7136ffd KAFKA-5886; Introduce delivery.timeout.ms producer config (KIP-91) (#5270) 6 years ago
Konstantine Karantasis 5d2bf6328e MINOR: FileStreamSinkTask should create file if it doesn't exist (#5406) 6 years ago
Ismael Juma 7a74ec62d2
MINOR: Avoid FileInputStream/FileOutputStream (#5281) 6 years ago
Chia-Ping Tsai 6810617179 KAFKA-7048 NPE when creating connector (#5202) 7 years ago
Gunnar Morling be846d833c KAFKA-7058: Comparing schema default values using Objects#deepEquals() 7 years ago
Randall Hauch f0282cb3de KAFKA-7047: Added SimpleHeaderConverter to plugin isolation whitelist 7 years ago
Magesh Nandakumar 239dd0fb9b KAFKA-7039: Create an instance of the plugin only it's a Versioned Plugin 7 years ago
Randall Hauch fab8b7e676 KAFKA-7056: Moved Connect’s new numeric converters to runtime (KIP-305) 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
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