129 Commits (trunk)

Author SHA1 Message Date
Matthias J. Sax 9b468fb278
MINOR: Do not end Javadoc comments with `**/` (#14540) 1 year ago
Greg Harris 1a001c1e88
KAFKA-15336: Add ServiceLoader Javadocs for Connect plugins (#14194) 1 year ago
aindriu-aiven db34f8b9a1
KAFKA-15291: Connect plugins should declare a version (#14159) 1 year ago
Greg Harris ff4fed5cbe
KAFKA-15031: Add plugin.discovery to Connect worker configuration (KIP-898) (#14055) 1 year ago
Yash Mayya 4daeb2714c
KAFKA-13431 (KIP-793): Expose the original pre-transform topic partition and offset in sink records (#14024) 1 year ago
Yash Mayya ea6e100ec3
KAFKA-15216: InternalSinkRecord::newRecord should not ignore new headers (#14044) 1 year ago
Yash Mayya a68281bf3c
MINOR: Fix Connect compatibility javadocs to use NoSuchMethodError instead of NoSuchMethodException (#14036) 1 year ago
Yash Mayya d6aaddf6ee
KAFKA-15091: Fix misleading Javadoc for SourceTask::commit (#13948) 1 year ago
Yash Mayya 6e72986949
KAFKA-14784: Connect offset reset REST API (#13818) 1 year ago
Yash Mayya 7ff2dbb107
KAFKA-14368: Connect offset write REST API (#13465) 1 year ago
Chris Egerton 404a833df7
KAFKA-14799: Ignore source task requests to abort empty transactions (#13379) 2 years ago
Mickael Maison 8d7d563231
MINOR: Remove duplicate empty string check (#13145) 2 years ago
Yash Mayya 8f00782be7
MINOR: Connect Javadocs improvements (#13120) 2 years ago
Chris Egerton a382acd31d
KAFKA-13709 (follow-up): Avoid mention of 'exactly-once delivery' or 'delivery guarantees' in Connect (#13106) 2 years ago
Greg Harris 526af63cfe
KAFKA-13881: Add Connect package infos (#12937) 2 years ago
Mickael Maison d606eb46ef
MINOR: Small javadoc/code cleanups in connect api and transforms (#12558) 2 years ago
vamossagar12 0c5f5a7f8b
KAFKA-14007: Close header converters during Connect task shutdown (#12309) 2 years ago
Chris Egerton 7268284699
KAFKA-10000: Add all public-facing config properties (#11775) 3 years ago
Chris Egerton a586c94af1
KAFKA-10000: Add new source connector APIs related to exactly-once support (KIP-618) (#11773) 3 years ago
Mickael Maison 029a14b530
KAFKA-13510: Connect APIs to list all connector plugins and retrieve their configs (#11572) 3 years ago
Knowles Atchison, Jr 9f2f63e3a1
KAFKA-13348: Allow Source Tasks to Handle Producer Exceptions (KIP-779) (#11382) 3 years ago
Chris Egerton a9ffabc447
MINOR: Improve decimal scale mismatch error message in Connect (#11384) 3 years ago
Alexander Iskuskov efe6029f9c
KAFKA-10675: Add schema name to ConnectSchema.validateValue() error message (#9541) 3 years ago
Tom Bentley 862f814cc3
KAFKA-7613: Enable -Xlint:rawtypes for connect, fixing warnings (#8571) 3 years ago
CHUN-HAO TANG 954c090ffc
MINOR: apply Utils.isBlank to code base (#10124) 4 years ago
dengziming 3769bc21b5
MINOR: replace hard-coding utf-8 with StandardCharsets.UTF_8 (#10079) 4 years ago
Lev Zemlyanov 07843cfbf4
KAFKA-10834: Remove redundant type casts in Connect (#10053) 4 years ago
Lev Zemlyanov c19a35d1b7
KAFKA-10835: Replace Runnable and Callable overrides with lambdas in Connect (#9867) 4 years ago
Geordie fb6c7beb29
MINOR: Remove redundant casting and if condition from ConnectSchema (#9959) 4 years ago
Geordie 462be6da9b
KAFKA-12196: Migrate connect:api module to JUnit 5 (#9909) 4 years ago
dengziming 119a2d9127
MINOR: Substitute assertEquals(null) with assertNull (#9852) 4 years ago
Chia-Ping Tsai 913a019d6c
MINOR: replace test "expected" parameter by assertThrows (#9520) 4 years ago
Tom Bentley 0df461582c
KAFKA-10720: Document prohibition on header mutation by SMTs (#9597) 4 years ago
Matthias J. Sax cf78fbe41e
MINOR: improve `null` checks for headers (#9513) 4 years ago
jackyoh 8f96c3450f
MINOR: Remove unnecessary assertion from ConnectHeader (#9452) 4 years ago
Chris Egerton 0a93d2b1af
KAFKA-10574: Fix infinite loop in Values::parseString (#9375) 4 years ago
Lee Dongjin 8d4bbf22ad
MINOR: trivial cleanups, javadoc errors, omitted StateStore tests, etc. (#8130) 4 years ago
Alex Diachenko 06a5a68a93
KAFKA-10439: Connect's Values to parse BigInteger as Decimal with zero scale. (#9320) 4 years ago
Auston a22aa95f50
KAFKA-8938: Improve allocations during Struct validation in ConnectSchema (#7384) 4 years ago
Randall Hauch da32720c19
KAFKA-10111: Make SinkTaskContext.errantRecordReporter() a default method (#8814) 4 years ago
Tom Bentley 1c4eb1a575
KAFKA-9673: Filter and Conditional SMTs (#8699) 5 years ago
Aakash Shah 38c1e96d2c
KAFKA-9971: Error Reporting in Sink Connectors (KIP-610) (#8720) 5 years ago
Florian Hussonnois 3818770d7f
KAFKA-4794: Add access to OffsetStorageReader from SourceConnector (#2604) 5 years ago
Mario Molina 856e366512
KAFKA-9780: Deprecate commit records without record metadata (#8379) 5 years ago
SoontaekLim 179be72e30
KAFKA-9642: Change "BigDecimal(double)" constructor to "BigDecimal.valueOf(double)" (#8212) 5 years ago
Chia-Ping Tsai 4f6907947a
MINOR: fix linking errors in javadoc (#8198) 5 years ago
Matthias J. Sax dffc7f8c30
MINOR: Fix build and JavaDoc warnings (#8291) 5 years ago
Randall Hauch dd7a314591
KAFKA-9074: Correct Connect’s `Values.parseString` to properly parse a time and timestamp literal (#7568) 5 years ago
Gunnar Morling b399a731a3 KAFKA-7273 Clarification on mutability of headers passed to Converter#fromConnectData() (#7489) 5 years ago
Chris Egerton 58a0b99e92 KAFKA-9083: Various fixes/improvements for Connect's Values class (#7593) 5 years ago