312 Commits (9951f8fee145ce10b5dccde665e160a5f4ff6d03)

Author SHA1 Message Date
Konstantine Karantasis 974d6fec93 KAFKA-5953: Register all jdbc drivers available in plugin and class paths 7 years ago
Randall Hauch a47bfbcae0 KAFKA-5903: Added Connect metrics to the worker and distributed herder (KIP-196) 7 years ago
Randall Hauch 11afff0990 KAFKA-5990: Enable generation of metrics docs for Connect (KIP-196) 7 years ago
Ismael Juma 2a1b39ef1b MINOR: Simplify log cleaner and fix compiler warnings 7 years ago
Randall Hauch 05357b7030 KAFKA-5902: Added sink task metrics (KIP-196) 7 years ago
Rajini Sivaram 021d8a8e96 KAFKA-5746; Add new metrics to support health checks (KIP-188) 7 years ago
Randall Hauch 89ba0c1525 KAFKA-5901: Added Connect metrics specific to source tasks (KIP-196) 7 years ago
Konstantine Karantasis 1444b7b594 KAFKA-5867: Log Kafka Connect worker info during startup 7 years ago
Randall Hauch 73cc416664 KAFKA-5900: Add task metrics common to both sink and source tasks 7 years ago
Randall Hauch f4a1ca347b KAFKA-5899: Added Connect metrics for connectors (KIP-196) 7 years ago
Thibaud Chardonnens 7c988a3c8b KAFKA-5330: Use per-task converters in Connect 7 years ago
tedyu 552b170787 KAFKA-5657: Connect REST API should include the connector type when describing a connector (KIP-151) 7 years ago
Ismael Juma a3f068e22d MINOR: Update powermock and enable its tests when running with Java 9 7 years ago
Ismael Juma ffd8f18a12 KAFKA-4501; Fix EasyMock and disable PowerMock tests under Java 9 7 years ago
Andrey Dyachkov 9bb06c3eef KAFKA-5763; Use LogContext in NetworkClient, Selector and broker 7 years ago
oleg 5102576460 KAFKA-5756; Connect WorkerSourceTask synchronization issue on flush 7 years ago
Jason Gustafson 6896f1ddb7 MINOR: Ensure consumer logging has clientId/groupId context 7 years ago
Konstantine Karantasis 72eacbea5b KAFKA-5567: Connect sink worker should commit offsets of original topic partitions 7 years ago
Randall Hauch 3b1cea60e9 KAFKA-5731; Corrected how the sink task worker updates the last committed offsets 7 years ago
Ewen Cheslack-Postava a593db6a2b MINOR: Standardize logging of Worker-level messages from Tasks and Connectors 7 years ago
Randall Hauch 1a653c813c KAFKA-5704: Corrected Connect distributed startup behavior to allow older brokers to auto-create topics 7 years ago
Ewen Cheslack-Postava 22611aca9b KAFKA-5535: Handle null values in ExtractField 7 years ago
Hooman Broujerdi da42977a00 MINOR: Added safe deserialization implementation 7 years ago
Stephane Maarek ad6c53d89e KAFKA-5468: WorkerSourceTask offset commit loglevel changes 7 years ago
Vahid Hashemian f87d58b796 MINOR: Code Cleanup 7 years ago
Jeremy Custenborder 6d7a81b478 KAFKA-5579: check for null 7 years ago
Evgeny Veretennikov 0547a08254 MINOR: typo in variable name "unkownInfo" 7 years ago
Jeremy Custenborder ab8e9d1755 KAFKA-5548: Extended validation for SchemaBuilder methods. 7 years ago
Ewen Cheslack-Postava 96587f4b1f KAFKA-5475: Connector config validation should include fields for defined transformation aliases 8 years ago
Randall Hauch de982ba3fb KAFKA-5472: Eliminated duplicate group names when validating connector results 8 years ago
ppatierno 198a43d846 KAFKA-5412: Using connect-console-sink/source.properties raises an exception related to "file" property not found 8 years ago
Ismael Juma 0f60617fab KAFKA-5275; AdminClient API consistency 8 years ago
Ewen Cheslack-Postava b760615f3d KAFKA-5448: Change TimestampConverter configuration name to avoid conflicting with reserved 'type' configuration used by all Transformations 8 years ago
Ewen Cheslack-Postava 179d574a39 MINOR: Verify mocks in all WorkerTest tests and don't unnecessarily mockStatic the Plugins class 8 years ago
Konstantine Karantasis 004dde9e7a MINOR: Add unit tests for PluginDesc in Connect. 8 years ago
Konstantine Karantasis 4b4102884c HOTFIX: Handle Connector version returning 'null' during plugin loading. 8 years ago
Nick Pillitteri d655d806ee KAFKA-4942: Fix commitTimeoutMs being set before the commit actually started 8 years ago
Randall Hauch af85e05b98 KAFKA-5164: Ensure SetSchemaMetadata updates key or value when Schema changes 8 years ago
Colin P. Mccabe b3036c5861 KAFKA-5293; Do not apply exponential backoff if users have overridden… 8 years ago
Konstantine Karantasis e0150a25e8 MINOR: Traverse plugin path recursively in Connect (KIP-146) 8 years ago
Ismael Juma 7311dcbc53 KAFKA-5291; AdminClient should not trigger auto creation of topics 8 years ago
Ewen Cheslack-Postava 61bab2d875 KAFKA-4714; TimestampConverter transformation (KIP-66) 8 years ago
Dana Powers abe699176b KAFKA-3878; Support exponential backoff policy via reconnect.backoff.max (KIP-144) 8 years ago
Randall Hauch 56623efd73 KAFKA-4667: Connect uses AdminClient to create internal topics when needed (KIP-154) 8 years ago
Konstantine Karantasis 45f2261763 KAFKA-3487: Support classloading isolation in Connect (KIP-146) 8 years ago
Ewen Cheslack-Postava 1cea4d8f5a KAFKA-4714; Flatten and Cast single message transforms (KIP-66) 8 years ago
Ewen Cheslack-Postava e3892c29c3 MINOR: Handle nulls in NonEmptyListValidator 8 years ago
dan norwood b6effcbba5 KAFKA-4343: Expose Connector type in REST API (KIP-151) 8 years ago
Apurva Mehta d0e7c6b930 KAFKA-5043; Rename GroupCoordinator to FindCoordinator (KIP-98) 8 years ago
Ewen Cheslack-Postava d4c4bcf017 MINOR: Make ConfigDef safer by not using empty string for NO_DEFAULT_VALUE. 8 years ago