Skip to content

Commit baa1ef3

Browse files
authored
Update README.md (#76)
Building the connector from the latest code is described in a previous section. Seems like it should not be repeated here.
1 parent f59f1df commit baa1ef3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,6 @@ docker-compose up -d --build
100100
curl -X POST -H "Content-Type: application/json" --data @config/connector_pageviews.config http://localhost:8083/connectors
101101
docker-compose exec connect kafka-console-consumer --topic pageviews --bootstrap-server kafka:29092 --property print.key=true --max-messages 5 --from-beginning
102102
```
103-
## Building
104-
105-
To build the `kafka-connect-datagen` connector from latest code and install it to a local Confluent Platform, you can perform the following (here we use `v0.1.6` to reference the git tag for the `0.1.6` version, but the same pattern works for all released versions).
106-
107-
```bash
108-
git checkout v0.1.6
109-
make package
110-
confluent-hub install target/components/packages/confluentinc-kafka-connect-datagen-0.1.6.zip
111-
```
112103

113104
# Configuration
114105

0 commit comments

Comments
 (0)