434 Commits (39278d3089dfab4377051ed1ff47edf75dbf8583)

Author SHA1 Message Date
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
Jeff Klukas 049342e440 KAFKA-3073: Add topic regex support for Connect sinks 7 years ago
tedyu fd8eb268d6 KAFKA-6168: Connect Schema comparison is slow for large schemas 7 years ago
Ewen Cheslack-Postava f0276f5ca2 MINOR: Log unexpected exceptions in Connect REST calls that generate 500s at a higher log level 7 years ago
sachinbhalekar 0026121543 KAFKA-6218: Optimize condition in if statement to reduce the number of comparisons 7 years ago
Adem Efe Gencer 86062e9a78 KAFKA-6157; Fix repeated words words in JavaDoc and comments. 7 years ago
Richard Yu 7fe88e8bd9 KAFKA-5212; Consumer ListOffsets request can starve group heartbeats 7 years ago
Konstantine Karantasis 5ec6765bdb KAFKA-6087: Scanning plugin.path needs to support relative symlinks. 7 years ago
Ewen Cheslack-Postava 7d6ca52a27 MINOR: Push JMX metric name mangling into the JmxReporter (KIP-190 follow up) 7 years ago
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