261 Commits (1b170df31c7304f6d4c938b5e0c2a09ae1e9189d)

Author SHA1 Message Date
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
Jason Gustafson c1e840050c KAFKA-4290: Fix timeout overflow in WorkerCoordinator.poll 8 years ago
Vahid Hashemian e972d2afd3 MINOR: Fix typos in documentation 8 years ago
Jason Gustafson b75245cfbb MINOR: Wakeups propagated from commitOffsets in WorkerSinkTask should be caught 8 years ago
Shikhar Bhushan 431c3b0937 KAFKA-4183; Centralize checking for optional and default values in JsonConverter 8 years ago
Shikhar Bhushan d7bffebca0 KAFKA-4173; SchemaProjector should successfully project missing Struct field when target field is optional 8 years ago
Randall Hauch 567cc3d787 KAFKA-4183; Corrected Kafka Connect's JSON Converter to properly convert from null to logical values 8 years ago
David Chen c1bce2d757 KAFKA-4162: Fixed typo "rebalance" 8 years ago
Shikhar Bhushan b91eeac943 KAFKA-4100: Ensure 'fields' and 'fieldsByName' are not null for Struct schemas 8 years ago
Shikhar Bhushan 71f7e7c3a2 KAFKA-4042: Contain connector & task start/stop failures within the Worker 8 years ago
Shikhar Bhushan 08ad2be0da KAFKA-4070: implement Connect Struct.toString() 8 years ago
Konstantine Karantasis cec2769e22 KAFKA-2894: WorkerSinkTask should rewind offsets on rebalance 8 years ago
Ewen Cheslack-Postava 05ed54bf2b KAFKA-3845: KIP-75: Add per-connector converters 8 years ago
Jason Gustafson 40b1dd3f49 KAFKA-3888: send consumer heartbeats from a background thread (KIP-62) 8 years ago
Ewen Cheslack-Postava 208ecae239 KAFKA-3847: Use a separate producer per source task 8 years ago
Dustin Cote 29f44e75cd KAFKA-2932: Adjust importance level of Kafka Connect configs 8 years ago
Liquan Pei 8d303d0d38 KAFKA-4002: task.open() should be invoked in case that 0 partitions is assigned to task 8 years ago
Ewen Cheslack-Postava 4059f07216 KAFKA-3500: Handle null keys and values in KafkaOffsetBackingStore. 8 years ago
Ewen Cheslack-Postava d1546960de KAFKA-3935; Fix test_restart_failed_task system test for SinkTasks 8 years ago
Ewen Cheslack-Postava f8a7ace9d4 KAFKA-2941: Clarify docs for key and value Converters 8 years ago
Liquan Pei 542350d616 KAFKA-3920: Add Schema source connector to Kafka Connect 8 years ago
Shikhar Bhushan 44ad7b574e KAFKA-3846: KIP-65: include timestamp in Connect record types 9 years ago
Laurier Mantel 54f9a7012c MINOR: fix grammatical errors in DataException message 9 years ago
Jason Gustafson 36cab7dbdf KAFKA-3863: System tests covering connector/task failure and restart 9 years ago
Jason Gustafson 50781b75d8 KAFKA-3865: Fix transient failure in WorkerSourceTaskTest.testSlowTaskStart 9 years ago
Rollulus 4544ee4487 KAFKA-3864: make field.get return field's default value when needed 9 years ago
Jason Gustafson 2c9796114d KAFKA-3850: WorkerSinkTask commit prior to rebalance should be retried on wakeup 9 years ago
Liquan Pei 9ff54cb5dd MINOR: Catch Throwable in commitSourceTask() 9 years ago
Liquan Pei 3fd9be49ac MINOR: Remove synchronized as the tasks are executed sequentially 9 years ago
Sasaki Toru a4802962c9 KAFKA-3767; Add missing license to connect-test.properties 9 years ago
leisore ebed7ce360 MINOR: Delete unused code in FileStreamSourceTask 9 years ago
Peter Davis 9355427efc KAFKA-3710: MemoryOffsetBackingStore shutdown 9 years ago
Christian Posta 3cf2de0694 KAFKA-3723: Cannot change size of schema cache for JSON converter 9 years ago
shikhar e18bbba77f KAFKA-2935: Remove vestigial WorkerConfig.CLUSTER_CONFIG 9 years ago
Liquan Pei bd8681cdd5 KAFKA-3690: Avoid to pass null to UnmodifiableMap 9 years ago
Liquan Pei 9575e93070 KAFKA-3684: SinkConnectorConfig does not return topics in config validation. 9 years ago
Jason Gustafson f96da638ee KAFKA-3676: system tests for connector pause/resume 9 years ago
Jason Gustafson 8911660e2e KAFKA-3674: Ensure connector target state changes propagated to worker 9 years ago
Liquan Pei fc89083f81 MINOR: Move connect.start() to try catch block 9 years ago
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