Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools, media: update binlog's config file #1053

Merged
merged 12 commits into from
Apr 23, 2019
Prev Previous commit
Next Next commit
Update tools/tidb-binlog-cluster.md
Co-Authored-By: IzabelWang <37297881+IzabelWang@users.noreply.github.com>
  • Loading branch information
CaitinChen and IzabelWang authored Apr 17, 2019
commit e2306f4167e9d29b036917d68880446061e7ba6d
2 changes: 1 addition & 1 deletion tools/tidb-binlog-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ The following part shows how to use Pump and Drainer based on the nodes above.
# kafka-addrs = "127.0.0.1:9092"
# kafka-version = "0.8.2.0"

# Save the Kafka cluster'topic name of the binlog data. The default value is <cluster-id>_obinlog
# the topic name of the Kafka cluster that saves the binlog data. The default value is <cluster-id>_obinlog
# To run multiple Drainers to replicate data to the same Kafka cluster, you need to set different `topic-name`s for each Drainer.
# topic-name = ""
```
Expand Down