171 Commits (dc10b0ea014974b450f2abcd4a58e09d5b988e9e)

Author SHA1 Message Date
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
Konstantine Karantasis 9160810072 KAFKA-4837: Fix class name comparison in connector-plugins REST endpoint 8 years ago
Vitaly Pushkar 54bf2fb5ff KAFKA-4810: Make Kafka Connect SchemaBuilder more lax about checking that fields are unset 8 years ago
Balint Molnar 75e213e550 KAFKA-4855: Struct SchemaBuilder should not allow duplicate fields 8 years ago
Colin P. Mccabe f812a8fd93 KAFKA-4977: Fix findbugs issues in connect/runtime 8 years ago
Armin Braun 040fde8ec1 KAFKA-4878: Improved Invalid Connect Config Error Message 8 years ago
Damian Guy 1abed91bd2 KAFKA-4881: add internal leave.group.on.close config to consumer 8 years ago
Jason Gustafson 5bd06f1d54 KAFKA-4816; Message format changes for idempotent/transactional producer (KIP-98) 8 years ago
Bruce Szalwinski 763ea5aad1 KAFKA-4929: Transformation Key/Value type references should be to class name(), not canonicalName() 8 years ago
Colin P. Mccabe a7e3679d22 KAFKA-4924: Fix Kafka Connect API findbugs warnings 8 years ago
Sachin Mittal 197a5d5a6d KAFKA-4848: Fix retryWithBackoff deadlock issue 8 years ago
Colin P. Mccabe 5a2fcdd6d4 KAFKA-4894; Fix findbugs "default character set in use" warnings 8 years ago
Ismael Juma 962c378cc6 HOTFIX: Fix header in ByteArrayConverter 8 years ago
Ewen Cheslack-Postava 52a15d7c0b KAFKA-4783: Add ByteArrayConverter (KIP-128) 8 years ago
Rajini Sivaram a3c45b0c92 KAFKA-4631; Request metadata in consumer if topic/partitions unavailable 8 years ago
Matthias J. Sax d0e436c471 MINOR: improve license header check by providing head file instead of (prefix) header regex 8 years ago
Chris Egerton 8e6fbe8fed MINOR: Make asJsonSchema() and asConnectSchema() methods public 8 years ago
Armin Braun 43524442dc MINOR: Fixed Non-Final Close Method + its Duplication 8 years ago
Colin P. Mccabe 916edc3a4e KAFKA-4774; Inner classes which don't need a reference to the outer c… 8 years ago
Aegeaner 6c839395b7 KAFKA-4709:Error message from Struct.validate() should include the name of the offending field. 8 years ago
rnpridgeon 5dabca0259 KAFKA-4758; Connect missing checks for NO_TIMESTAMP 8 years ago
Vahid Hashemian 9898d665d1 MINOR: Use an explicit `Errors` object when possible instead of a numeric error code 8 years ago
Maysam Yabandeh cb674e5487 KAFKA-4039; Fix deadlock during shutdown due to log truncation not allowed 8 years ago
Balint Molnar 84323eea23 KAFKA-4679: Remove unstable markers from Connect APIs 8 years ago
Ismael Juma ca0c071c10 KAFKA-4636; Per listener security settings overrides (KIP-103) 8 years ago
Ismael Juma 254e3b77d6 KAFKA-4699; Invoke producer callbacks before completing the future 8 years ago
Shikhar Bhushan a8aa756166 KAFKA-3209: KIP-66: more single message transforms 8 years ago
Jason Gustafson 6496271a11 MINOR: Remove unneeded client used API lists 8 years ago
Shikhar Bhushan ad8ddf737a MINOR: avoid closing over both pre & post-transform record in WorkerSourceTask 8 years ago
Shikhar Bhushan 2f90488323 KAFKA-3209: KIP-66: single message transforms 8 years ago
Colin P. Mccabe 3d60f1e643 KAFKA-4507; Clients should support older brokers (KIP-97) 8 years ago
Shikhar Bhushan 2e1bcf661d KAFKA-4575: ensure topic created before starting sink for ConnectDistributedTest.test_pause_resume_sink 8 years ago
Ewen Cheslack-Postava a565a77b1f KAFKA-4404; Add javadocs to document core Connect types, especially that integer types are signed 8 years ago
Shikhar Bhushan d092146247 KAFKA-4527: task status was being updated before actual pause/resume 8 years ago
Rekha Joshi a5c15ba037 KAFKA-4500; Code quality improvements 8 years ago
Ewen Cheslack-Postava bc9ef716af KAFKA-4553; Improve round robin assignment in Connect to avoid uneven distributions of connectors and tasks 8 years ago
Ashish Singh d6b0b520fc KAFKA-3600; Use ApiVersions to check if broker supports required api versions 8 years ago
Shikhar Bhushan 8e9e177679 HOTFIX: Fix HerderRequest.compareTo() 8 years ago
Konstantine Karantasis c9e99f297f KAFKA-4306: Shutdown distributed herder with a timeout. 8 years ago
Konstantine Karantasis 34aa538bf3 HOTFIX: Fix bug in readToLogEnd in KafkaBasedLog. 8 years ago
Ismael Juma 128d0ff91d KAFKA-2247; Merge kafka.utils.Time and kafka.common.utils.Time 8 years ago
Shikhar Bhushan b45a67ede9 KAFKA-4161: KIP-89: Allow sink connectors to decouple flush and offset commit 8 years ago