Skip to content

Commit

Permalink
Update quickstart.md to start sink connector service
Browse files Browse the repository at this point in the history
Update quickstart.md to start sink connector service  in standalone mode.
  • Loading branch information
subkanthi authored Sep 3, 2024
1 parent 1b76c3b commit 0e07869
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion doc/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ sudo apt install clickhouse-client

## Start the stack

Use Docker Compose to start containers.
Use Docker Compose to start containers.
Set the `CLICKHOUSE_SINK_CONNECTOR_LT_IMAGE` to the latest release from the Releases page.
```
cd sink-connector-lightweight/docker
export CLICKHOUSE_SINK_CONNECTOR_LT_IMAGE=altinity/clickhouse-sink-connector:2.2.1-lt
Expand Down Expand Up @@ -139,6 +140,14 @@ offset.storage.jdbc.url: "jdbc:clickhouse://cloud_url:8443/altinity_sink_connect
schema.history.internal.jdbc.url: "jdbc:clickhouse://cloud_url:8443/altinity_sink_connector?ssl=true"
```

**Step 7:** Start sink connector.
After https://github.com/Altinity/clickhouse-sink-connector/blob/develop/sink-connector-lightweight/docker/config.yml is updated with both MySQL and ClickHouse information, start the sink connector service

```
docker-compose -f docker-compose-mysql-standalone.yml up
```

## References:
1. [Sink Connector Configuration ](configuration.md)
2. [MySQL Topologies supported](https://debezium.io/documentation/reference/2.5/connectors/mysql.html#setting-up-mysql)
Expand Down

0 comments on commit 0e07869

Please sign in to comment.