Skip to content

Commit

Permalink
Merge pull request #22 from zilliztech/dev
Browse files Browse the repository at this point in the history
merge latest code
  • Loading branch information
nianliuu authored Apr 8, 2024
2 parents 20c7507 + 6b23f94 commit 481984a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For self-hosted Milvus the setup is similar.

Complete the following steps to download the kafka-connect-milvus plugin.

1. download the latest plugin zip file `zilliz-kafka-connect-milvus-xxx.zip` from [here](https://github.com/zilliztech/kafka-connect-milvus/releases/tag/v0.1.0).
1. download the latest plugin zip file `zilliz-kafka-connect-milvus-xxx.zip` from [here](https://github.com/zilliztech/kafka-connect-milvus/releases).

## Step 2: Configure Confluent Cloud and Zilliz Cloud

Expand Down
2 changes: 1 addition & 1 deletion README_OSS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Cloud to ingest vector data.

Complete the following steps to download the kafka-connect-milvus plugin.

1. download the latest plugin zip file `zilliz-kafka-connect-milvus-xxx.zip` from [here](https://github.com/zilliztech/kafka-connect-milvus/releases/tag/v0.1.0).
1. download the latest plugin zip file `zilliz-kafka-connect-milvus-xxx.zip` from [here](https://github.com/zilliztech/kafka-connect-milvus/releases).

## Step 2: Download Kafka
1. Download the latest kafka from [here](https://kafka.apache.org/downloads).
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<url>https://github.com/zilliztech/kafka-connect-milvus</url>

<properties>
<project-version>0.1.1</project-version>
<project-version>0.1.2</project-version>
<confluent.maven.repo>https://packages.confluent.io/maven/</confluent.maven.repo>
</properties>

Expand Down Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http2</artifactId>
<version>4.1.100.Final</version>
<version>4.1.108.Final</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit 481984a

Please sign in to comment.