140 Commits (0b48ea1c81f22465cf32a19c012e0fb3c849afcc)

Author SHA1 Message Date
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
Konstantine Karantasis b65f9a777d KAFKA-3008: Parallel start and stop of connectors and tasks in Connect 8 years ago
Balint Molnar 5819b06faf KAFKA-4403; Update KafkaBasedLog to use new endOffsets consumer API 8 years ago
Konstantine Karantasis d98ca230a1 KAFKA-4397: Refactor Connect backing stores for thread safety 8 years ago
Ewen Cheslack-Postava 31203efcb2 MINOR: Clarify how to fix conversion issues when plain JSON data is used with schemas.enable=true 8 years ago
Jason Gustafson 3b4c347949 KAFKA-2066; Use client-side FetchRequest/FetchResponse on server 8 years ago
Jason Gustafson b7d36b7261 KAFKA-3829: Ensure valid configuration prior to creating connector 8 years ago
rnpridgeon da13b53787 KAFKA-4364: Remove secrets from DEBUG logging 8 years ago
Ewen Cheslack-Postava 8f2e0a5ec1 MINOR: Fix regex on connector path param in ConnectorsResource 8 years ago
Olivier Girardot 0a659e50f7 KAFKA-4372: Kafka Connect REST API does not handle DELETE of connector with slashes in their names 8 years ago
Mathieu Fenniak 508711d09e MINOR: Fix NPE when Connect offset contains non-primitive type 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
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