Skip to content

Commit 63a7fb0

Browse files
committed
update README to reflect latest CLI
1 parent 13a4028 commit 63a7fb0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@ Here we use `v0.4.0` to reference the git tag for the `0.4.0` version, but the s
4545
```bash
4646
git checkout v0.4.0
4747
mvn clean package
48-
confluent-hub install target/components/packages/confluentinc-kafka-connect-datagen-0.4.0.zip
48+
confluent-hub install ./target/components/packages/confluentinc-kafka-connect-datagen-0.4.0.zip
4949
```
5050

5151
### Run connector in local install
5252

5353
Here is an example of how to run the `kafka-connect-datagen` on a local Confluent Platform after it's been installed. [Configuration](#configuration) details are provided below.
5454

5555
```bash
56-
confluent local start connect
57-
confluent local config datagen-pageviews -- -d config/connector_pageviews.config
58-
confluent local status connectors
59-
confluent local consume test1 --value-format avro --max-messages 5 --property print.key=true --property key.deserializer=org.apache.kafka.common.serialization.StringDeserializer --from-beginning
56+
confluent local services connect start
57+
confluent local services connect connector config datagen-pageviews -c config/connector_pageviews.config
58+
confluent local services connect status
59+
confluent local services kafka consume pageviews --max-messages 5 --property print.key=true --property key.deserializer=org.apache.kafka.common.serialization.StringDeserializer --from-beginning
6060
```
6161

6262
## Install the connector from Confluent Hub into a [Kafka Connect](https://docs.confluent.io/current/connect/index.html) based Docker image

0 commit comments

Comments
 (0)