Skip to content

Commit

Permalink
build: update kafka connector version (#3365)
Browse files Browse the repository at this point in the history
  • Loading branch information
vagetablechicken authored Jul 14, 2023
1 parent 7b7a371 commit 2b6e630
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extensions/kafka-connect-jdbc/DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
mvn package -DskipTests=true
```

代码格式化为Google Style,不通过会编译失败,可通过clang-format格式化。暂不支持自动测试,需要依赖#3282发布后的openmldb-jdbc。本地测试可以先编译安装jdbc包,再进行测试
代码格式化为Google Style,不通过会编译失败,可通过clang-format格式化。暂不支持项目内的测试,`10.5.0-SNAPSHOT-0.8.1`即使用OpenMLDB 0.8.1的发行包,可以脱离OpenMLDB项目进行打包

## Auto Schema
kafka jdbc connector for openmldb,可以支持auto.schema,即从openmldb处获取table schema。
Expand Down
6 changes: 3 additions & 3 deletions extensions/kafka-connect-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>io.confluent</groupId>
<artifactId>kafka-connect-jdbc</artifactId>
<packaging>jar</packaging>
<version>10.5.0-SNAPSHOT-0.7.3</version>
<version>10.5.0-SNAPSHOT-0.8.1</version>
<name>kafka-connect-jdbc</name>
<organization>
<name>Confluent, Inc.</name>
Expand Down Expand Up @@ -61,7 +61,7 @@
<mssqlserver.jdbc.driver.version>8.4.1.jre8</mssqlserver.jdbc.driver.version>
<postgresql.version>42.3.3</postgresql.version>
<jtds.driver.version>1.3.1</jtds.driver.version>
<openmldb-jdbc.version>0.7.0-SNAPSHOT</openmldb-jdbc.version> <!-- use new version after #3282 released -->
<openmldb-jdbc.version>0.8.1</openmldb-jdbc.version>
<licenses.name>Confluent Community License</licenses.name>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.package.home>target/${project.artifactId}-${project.version}-package</project.package.home>
Expand Down Expand Up @@ -138,7 +138,7 @@
<dependency>
<groupId>com.4paradigm.openmldb</groupId>
<artifactId>openmldb-native</artifactId>
<version>${openmldb-jdbc.version}</version> <!--TODO: allinone for release-->
<version>${openmldb-jdbc.version}-allinone</version> <!-- allinone for release -->
<scope>runtime</scope>
</dependency>

Expand Down

0 comments on commit 2b6e630

Please sign in to comment.