32 Commits (d18de0e9547728e4fa0df985c1778aab5ffec751)

Author SHA1 Message Date
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 a7e3679d22 KAFKA-4924: Fix Kafka Connect API findbugs warnings 8 years ago
Sachin Mittal 197a5d5a6d KAFKA-4848: Fix retryWithBackoff deadlock issue 8 years ago
Matthias J. Sax d0e436c471 MINOR: improve license header check by providing head file instead of (prefix) header regex 8 years ago
Aegeaner 6c839395b7 KAFKA-4709:Error message from Struct.validate() should include the name of the offending field. 8 years ago
Balint Molnar 84323eea23 KAFKA-4679: Remove unstable markers from Connect APIs 8 years ago
Shikhar Bhushan 2f90488323 KAFKA-3209: KIP-66: single message transforms 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 b45a67ede9 KAFKA-4161: KIP-89: Allow sink connectors to decouple flush and offset commit 8 years ago
Ismael Juma d092673838 MINOR: A bunch of clean-ups related to usage of unused variables 8 years ago
Andrew Stevenson ed50769234 MINOR: Check for null timestamp rather than value in hashcode 8 years ago
Shikhar Bhushan d7bffebca0 KAFKA-4173; SchemaProjector should successfully project missing Struct field when target field is optional 8 years ago
Shikhar Bhushan b91eeac943 KAFKA-4100: Ensure 'fields' and 'fieldsByName' are not null for Struct schemas 8 years ago
Shikhar Bhushan 08ad2be0da KAFKA-4070: implement Connect Struct.toString() 8 years ago
Shikhar Bhushan 44ad7b574e KAFKA-3846: KIP-65: include timestamp in Connect record types 9 years ago
Rollulus 4544ee4487 KAFKA-3864: make field.get return field's default value when needed 9 years ago
Liquan Pei bd8681cdd5 KAFKA-3690: Avoid to pass null to UnmodifiableMap 9 years ago
Rajini Sivaram 9d71489ff0 KAFKA-3548: Use root locale for case transformation of constant strings 9 years ago
Ishita Mandhan 0bf61039c8 MINOR: Fix typos in code comments 9 years ago
Liquan Pei c07d017227 KAFKA-3315: Add REST and Connector API to expose connector configuration 9 years ago
Jeremy Custenborder 6eacc0de30 KAFKA-3260 - Added SourceTask.commitRecord 9 years ago
Ismael Juma 241c3ebb28 KAFKA-3375; Suppress deprecated warnings where reasonable and tweak compiler settings 9 years ago
Jason Gustafson f7d019ed40 KAFKA-3093: Add Connect status tracking API 9 years ago
Jason Gustafson 1d80f563bc KAFKA-3092: Replace SinkTask onPartitionsAssigned/onPartitionsRevoked with open/close 9 years ago
Jason Gustafson 6dc9743125 KAFKA-2886: Handle sink task rebalance failures by stopping worker task 9 years ago
manasvigupta a0d21407cb KAFKA-3009; Disallow star imports 9 years ago
Edward Ribeiro 6e5bd2497a KAFKA-2974; `==` is used incorrectly in a few places in Java code 9 years ago
Ewen Cheslack-Postava 75c7abd826 KAFKA-2906: Fix Connect javadocs, restrict only to api subproject, and clean up javadoc warnings. 9 years ago
Ewen Cheslack-Postava 8db55618d5 KAFKA-2752: Add VerifiableSource/Sink connectors and rolling bounce Copycat system tests. 9 years ago
Ewen Cheslack-Postava bc76e6704e KAFKA-2775: Move exceptions into API package for Kafka Connect. 9 years ago
Ewen Cheslack-Postava f2031d4063 KAFKA-2774: Rename Copycat to Kafka Connect 9 years ago