256 Commits (c5ba0da99301c9ffc1216e23541cbe7d2cc9a102)

Author SHA1 Message Date
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
Vahid Hashemian 3f3358b6d4 MINOR: Fix typos in code comments 9 years ago
Edward Ribeiro 6e5bd2497a KAFKA-2974; `==` is used incorrectly in a few places in Java code 9 years ago
Dong Lin ef92a8ae74 KAFKA-2668; Add a metric that records the total number of metrics 9 years ago
Jason Gustafson ee6b5e044c KAFKA-2667; Fix assertion depending on hash map order in KafkaBasedLogTest.testSendAndReadToEnd 9 years ago
Jason Gustafson cd54fc8816 KAFKA-2931: add system test for consumer rolling upgrades 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 7b3d1bf6a3 KAFKA-2867: Fix missing WorkerSourceTask synchronization and handling of InterruptException. 9 years ago
Ewen Cheslack-Postava 0f00ec97ae KAFKA-2859: Fix deadlock in WorkerSourceTask. 9 years ago
Ewen Cheslack-Postava f1169f1da8 KAFKA-2848; Use client SSL/SASL config utilities in Kafka Connect to avoid duplication of configs. 9 years ago
Ewen Cheslack-Postava 1408c670ea KAFKA-2807: Fix Kafka Connect packaging and move VerifiableSource/Sink into runtime jar. 9 years ago
Ewen Cheslack-Postava c6b8de4e68 KAFKA-2807: Move ThroughputThrottler back to tools jar to fix upgrade tests. 9 years ago
Grant Henke 04827e6e99 KAFKA-2752: Follow up to fix checkstlye 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 403d89edea KAFKA-2798: Use prefixedd configurations for Kafka Connect producer and consumer settings so they do not conflict with the distributed herder's settings. 9 years ago
Ewen Cheslack-Postava 590a4616a1 KAFKA-2786: Only respond to SinkTask onPartitionsRevoked after the WorkerSinkTask has finished starting up. 9 years ago