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