244 Commits (7c97b239a5261cf030984f71427287196e657d95)

Author SHA1 Message Date
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
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