458 Commits (8ab0994919752cd4870e771221ba934a6a539a67)

Author SHA1 Message Date
Armin Braun 040fde8ec1 KAFKA-4878: Improved Invalid Connect Config Error Message 8 years ago
Damian Guy 1abed91bd2 KAFKA-4881: add internal leave.group.on.close config to consumer 8 years ago
Jason Gustafson 5bd06f1d54 KAFKA-4816; Message format changes for idempotent/transactional producer (KIP-98) 8 years ago
Bruce Szalwinski 763ea5aad1 KAFKA-4929: Transformation Key/Value type references should be to class name(), not canonicalName() 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
Colin P. Mccabe 5a2fcdd6d4 KAFKA-4894; Fix findbugs "default character set in use" warnings 8 years ago
Ismael Juma 962c378cc6 HOTFIX: Fix header in ByteArrayConverter 8 years ago
Ewen Cheslack-Postava 52a15d7c0b KAFKA-4783: Add ByteArrayConverter (KIP-128) 8 years ago
Rajini Sivaram a3c45b0c92 KAFKA-4631; Request metadata in consumer if topic/partitions unavailable 8 years ago
Matthias J. Sax d0e436c471 MINOR: improve license header check by providing head file instead of (prefix) header regex 8 years ago
Chris Egerton 8e6fbe8fed MINOR: Make asJsonSchema() and asConnectSchema() methods public 8 years ago
Armin Braun 43524442dc MINOR: Fixed Non-Final Close Method + its Duplication 8 years ago
Colin P. Mccabe 916edc3a4e KAFKA-4774; Inner classes which don't need a reference to the outer c… 8 years ago
Aegeaner 6c839395b7 KAFKA-4709:Error message from Struct.validate() should include the name of the offending field. 8 years ago
rnpridgeon 5dabca0259 KAFKA-4758; Connect missing checks for NO_TIMESTAMP 8 years ago
Vahid Hashemian 9898d665d1 MINOR: Use an explicit `Errors` object when possible instead of a numeric error code 8 years ago
Maysam Yabandeh cb674e5487 KAFKA-4039; Fix deadlock during shutdown due to log truncation not allowed 8 years ago
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