171 Commits (dc10b0ea014974b450f2abcd4a58e09d5b988e9e)

Author SHA1 Message Date
Liquan Pei d1bb2b9df1 KAFKA 3671: Move topics to SinkConnectorConfig 9 years ago
Jason Gustafson 32bf83e5a7 KAFKA-3659: Handle coordinator disconnects more gracefully in client 9 years ago
Liquan Pei da7095f368 KAFKA 3656: Remove logging outstanding messages when producer flush fails 9 years ago
Liquan Pei 50aacd660d KAFKA-3654: Config validation should validate both common and connector specific configurations 9 years ago
dan norwood 62253539d8 MINOR: add logfilename to error message when file missing 9 years ago
Liquan Pei d0dedc6314 KAFKA-3459: Returning zero task configurations from a connector does not properly clean up existing tasks 9 years ago
Liquan Pei e50327331d KAFKA-3578: Allow cross origin HTTP requests on all HTTP methods 9 years ago
Liquan Pei 316389d6ad KAFKA-3611: Remove warnings when using reflections 9 years ago
Ewen Cheslack-Postava bc50515651 KAFKA-3605: Return error if connector config includes mismatching connector name. 9 years ago
Liquan Pei c7f9bd2a68 KAFKA-3606: Traverse CLASSPATH during herder start 9 years ago
Rajini Sivaram 9d71489ff0 KAFKA-3548: Use root locale for case transformation of constant strings 9 years ago
Liquan Pei f213625fc5 MINOR: Fix comment in DistributedHerder 9 years ago
Jason Gustafson c9485b78a6 KAFKA-2370: kafka connect pause/resume API 9 years ago
Ishita Mandhan 0bf61039c8 MINOR: Fix typos in code comments 9 years ago
Jason Gustafson 89c67727c2 KAFKA-3506: Kafka Connect restart APIs 9 years ago
Liquan Pei 5236bf60de KAFKA-3526: Return string instead of object in ConfigKeyInfo and ConfigValueInfo 9 years ago
Rajini Sivaram 9c34df1511 KAFKA-3488; Avoid failing of unsent requests in consumer where possible 9 years ago
Liquan Pei 83cf38545b MINOR: Clean up of SourceTaskOffsetCommiter 9 years ago
Liquan Pei 78fa20eb58 KAFKA-3316: Add REST API for listing connector plugins 9 years ago
Ryan P 419e268d6f KAFKA-3445: Validate TASKS_MAX_CONFIG's lower bound 9 years ago
Ewen Cheslack-Postava eb823281a5 KAFKA-3424: Add CORS support to Connect REST API 9 years ago
Pierre-Yves Ritschard 4332175c11 KAFKA-3006: standardize KafkaConsumer API to use Collection 9 years ago
Liquan Pei c07d017227 KAFKA-3315: Add REST and Connector API to expose connector configuration 9 years ago
Ewen Cheslack-Postava 6834b91e34 MINOR: KAFKA-3260 follow up, fix commitRecord calls in tests 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
Gwen Shapira b7d6fae59e KAFKA-3299: Ensure that reading config log on rebalance doesn't hang the herder 9 years ago
Jason Gustafson 7079f57f70 KAFKA-3290: fix race condition with worker task shutdown and mock validation 9 years ago
jinxing 079c88178d KAFKA-2934; Offset storage file configuration in Connect standalone mode is not included in StandaloneConfig 9 years ago
Gwen Shapira 00a58f8e1e KAFKA-2944: Replaced the NPE with a nicer error and clean exit and added debug message to assist with figuring this out. 9 years ago
Jason Gustafson cfc324333f KAFKA-3290: fix transient test failures in WorkerSourceTaskTest 9 years ago
Anna Povzner 002b377dad KAFKA-3196; Added checksum and size to RecordMetadata and ConsumerRecord 9 years ago
Jason Gustafson b3b533171c MINOR: Connect status tracking API followup 9 years ago
Gwen Shapira 1bfaddae9c MINOR: add useful debug log messages to KConnect source task execution 9 years ago
Jason Gustafson f7d019ed40 KAFKA-3093: Add Connect status tracking API 9 years ago
Jiangjie Qin 45c8195fa1 KAFKA-3025; Added timetamp to Message and use relative offset. 9 years ago
Jeremy Custenborder 8c90b1a98a KAFKA-3225: Method commit() of class SourceTask never invoked 9 years ago
Jason Gustafson 5092e7f834 MINOR: Connect hangs on startup failure 9 years ago
Jason Gustafson dc662776cd KAFKA-3211: Handle WorkerTask stop before start correctly 9 years ago
Gwen Shapira 9b47f9a7f6 MINOR: log connect reconfiguration error only if there was an error 9 years ago
Jason Gustafson f8598f96df HOTFIX: fix broken WorkerSourceTask test 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
Jason Gustafson 58def1cba0 MINOR: speed up connect startup when full connector class name is provided 9 years ago
Gwen Shapira b93f48f749 KAFKA-2422: Allow copycat connector plugins to be aliased to simpler names 9 years ago
Kishore Senji 2679524604 KAFKA-3055; Fix JsonConverter mangling the Schema in Connect 9 years ago
glikson bde49e3711 MINOR: Use "new line" delimeters in a portable way in a unit test 9 years ago
manasvigupta a0d21407cb KAFKA-3009; Disallow star imports 9 years ago
Ismael Juma 8c754c45af MINOR: Change return type of `Schema.read` to be `Struct` instead of `Object` 9 years ago
Gwen Shapira fdac34e6ab MINOR: Updating comment that fell out of sync with code 9 years ago