- b8d1157 [package] add confluent build scripts (#86) by wudi · 4 weeks ago master
- 7db491f [improve] Update config for ConfigDef (#85) by wudi · 4 weeks ago
- a00a3c2 [fix] fix the check of 'topic2table' configuration (#83) by wangchuang · 5 weeks ago
- 1fc9fa6 [Chore] fix the link to the website doc in the readme (#84) by wangchuang · 6 weeks ago
- 5493c82 [tools] add scripts tool for release (#80) by wudi · 10 weeks ago release-25.0.0
- 3e0700f [Fix] Fix processedOffset update when retry load (#79) by wudi · 10 weeks ago
- 6c4852e [Fix] ignore schema api response (#77) by wudi · 10 weeks ago
- 4c65569 [Chore] change log level to debug (#75) by wudi · 3 months ago
- 0813cb5 [improve] support combine flush async (#74) by wudi · 3 months ago
- f5ea699 [improve] update config default value and add combine flush mode (#73) by wudi · 4 months ago combine_flush
- ecb9b9e [test](e2e) add e2e test for multiple transforms chain (#72) by wangchuang · 4 months ago
- b04d250 [Chore] update version to 25.0.0 (#71) by wudi · 4 months ago
- 56b4668 [Improve] add behavior on null values (#69) by wangchuang · 4 months ago
- c5b8396 [Improve] check topic mutating SMTs (#68) by wangchuang · 5 months ago
- efb1272 [Fix] fix deciaml parse (#70) by wudi · 5 months ago
- 8d81331 [Improve] add retry strategy (#67) by wudi · 5 months ago
- d65a505 [Improve](case) add case for debezium update, delete and avro convert (#65) by wudi · 5 months ago
- af28832 [test](e2e) Add E2E Test Cases for Kafka Connect Transforms (#64) by Petrichor · 7 months ago
- 19fe117 [Chore] update notice for 2025 (#63) by wudi · 8 months ago
- 7a0d6be [Enhancement] Optimize some code, including querying label transaction status and others (#62) by wangchuang · 8 months ago
- f7ab07c [Enhancement]Schema change error prompts the table name (#61) by wudongliang · 8 months ago
- 6e8d00b [improve]support string type record in one topic to multiple tables (#59) by wudongliang · 8 months ago release-24.0.0
- e36b3ff [improve] Support writing data from one topic to multiple tables by wangchuang · 8 months ago
- 5e2444e [Enhancement]Optimize code processing kafka struct type (#53) by wudongliang · 9 months ago
- 173a072 [Improve] add log for record offset is smaller than processedOffset (#57) by wudongliang · 9 months ago
- a30b49b [Chore] Fix code format check failure (#56) by wudongliang · 9 months ago
- 8ae05e5 [improve]Optimize the code for creating ObjectMapper in GeoUtils (#50) by wudongliang · 10 months ago
- ddae7b8 [improve]Unique type table not support 2pc (#51) by wudongliang · 10 months ago
- 3d098fb [improve]Code optimization, delete some redundant code (#47) by wudongliang · 11 months ago
- e8698a6 [Chore] Update kafka-connect version to 3.7.1 (#46) by wudongliang · 11 months ago
- ad38478 [improve]Release the resources of the input io stream (#45) by wudongliang · 11 months ago
- f8fcad7 [Chore] Change version to 24.0.0 (#43) by wudongliang · 12 months ago
- 338bac1 [Fix]Release JDBC connection resources (#41) by wudongliang · 12 months ago
- ef8d8ef [Fix]Fixed the issue of incorrect time in ZonedTimeType (#42) by wudongliang · 12 months ago
- d2a3ac3 [e2e](test) add partial column update and debezium ingestion e2e case (#38) by Petrichor · 1 year, 2 months ago release-1.1.0
- 4ace2e6 [feature]support stream load with group commit mode (#35) by Petrichor · 1 year, 2 months ago
- 7bf7c17 [Improve]Improve the unit test case of DorisWriter (#34) by wudongliang · 1 year, 2 months ago
- ec4ce3d [Fix]Fix the E2E test stream load data is not sink to doris (#37) by wudongliang · 1 year, 2 months ago
- 528c901 [feature]Add kafka to doris container test case (#33) by wudongliang · 1 year, 2 months ago
- e43e59f [feature]Implement DorisAvroConverter to support parsing schema from avro avsc file path (#32) by wudongliang · 1 year, 2 months ago
- 01a6c7d [fix]Fix npe exception caused by closing jmx (#31) by wudongliang · 1 year, 3 months ago
- b18df3e [Improve]Optimize and delete some redundant code (#30) by wudongliang · 1 year, 3 months ago
- a2c823c [Improve]Optimize parameter configuration and ignore parameter case (#28) by wudongliang · 1 year, 3 months ago
- f5040b7 [feature] Support importing MySQL geographic data types and PostgreSQL array data types (#25) by Petrichor · 1 year, 3 months ago
- 73a4f9c [feature]Support stream load configuration TwoPhaseCommit (#27) by wudongliang · 1 year, 3 months ago
- dc02d7d [Improve]Optimize to determine whether table in doris exists (#26) by wudongliang · 1 year, 3 months ago
- 086bf90 [feature]Support reading protobuf serialized data (#23) by wudongliang · 1 year, 3 months ago
- 248db01 [improve] Add a check for column existence when adding a new column. (#20) by Petrichor · 1 year, 3 months ago
- fc4c8c8 [Improve]schema.evolution adds debezium prefix (#24) by wudongliang · 1 year, 3 months ago
- 5139d51 [fix]Fix DateTimeUtils, SchemaUtils referenced packages from debezium-connector-jdbc (#22) by wudongliang · 1 year, 3 months ago
- 1a8d34a [fix] fix Enum data type mapping null pointer (#21) by Petrichor · 1 year, 3 months ago
- 083b343 [Improve]Improve the length of generated stream load label (#18) by wudongliang · 1 year, 4 months ago
- 67aa079 [Improve]add cache for schema change fetch doris table (#19) by wudongliang · 1 year, 4 months ago
- 415f37a [Improve]The change basis of table schema is changed to parse data column field (#17) by wudongliang · 1 year, 4 months ago
- e65e583 [Fix] Fix some bugs in commit offset to kafka, intercepting non-schema changes, and intercepting truncate table (#16) by wudongliang · 1 year, 4 months ago
- c4a1f6f [feature]Support debezium table schema changes (#14) by wudongliang · 1 year, 4 months ago
- 1096048 [fix]Fix mysql time type parsing error (#15) by wudongliang · 1 year, 4 months ago
- 5e8aaa7 [fix]Fix failed test cases and optimize pom.xml (#13) by wudongliang · 1 year, 5 months ago
- 3589528 [Feature]Support kafka type converter (#12) by wudongliang · 1 year, 5 months ago
- a8dc096 [fix]Fix using debezium as kafka upstream data source (#11) by wudongliang · 1 year, 5 months ago
- 4f29f4c [fix]Fix maven shade relocate error (#8) by wudongliang · 1 year, 5 months ago
- 4894dfe [fix]Fixed the problem that the kafka topic contained dot characters, which caused the stream load label verification to fail (#9) by wudongliang · 1 year, 5 months ago
- 9ac526e [asf] add NOTICE.txt (#7) by Mingyu Chen · 1 year, 6 months ago
- 6348558 [fix](pom) update pom for release (#6) by Mingyu Chen · 1 year, 6 months ago
- fa24340 [Improve]Improve doris-kafka-connector documentation (#5) by wudongliang · 1 year, 6 months ago
- 086c5b9 [Improve]Added asf.yaml file and github action build file (#4) by wudongliang · 1 year, 6 months ago
- df3e762 init doris-kafka-connector #1 by Mingyu Chen · 1 year, 6 months ago
- 438c1d9 fix by DongLiang-0 · 1 year, 6 months ago
- 054935b init doris-kafka-connector by DongLiang-0 · 1 year, 6 months ago
- 81e52c4 first commit by morningman · 1 year, 6 months ago