Skip to content

Commit

Permalink
Update README to use 1.0.9 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
buinauskas authored Dec 18, 2023
1 parent af78cb2 commit a9836d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ This connector has not yet been published to Confluent Hub. To install it, downl
install it using `confluent-hub` command line tool.

```sh
wget https://github.com/vinted/kafka-connect-vespa/releases/download/v1.0.8/vinted-kafka-connect-vespa-1.0.8-SNAPSHOT.zip -O /tmp/vinted-kafka-connect-vespa-1.0.8-SNAPSHOT.zip -q
wget https://github.com/vinted/kafka-connect-vespa/releases/download/v1.0.9/vinted-kafka-connect-vespa-v1.0.9.zip -O /tmp/vinted-kafka-connect-vespa-v1.0.9.zip -q
```

```sh
confluent-hub install --no-prompt /tmp/vinted-kafka-connect-vespa-1.0.8-SNAPSHOT.zip
confluent-hub install --no-prompt /tmp/vinted-kafka-connect-vespa-v1.0.9.zip
```

### Operational modes
Expand Down

0 comments on commit a9836d7

Please sign in to comment.