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

binlog: add new cmd flag #345

Merged
merged 3 commits into from
Mar 12, 2018
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tools/tidb-binlog-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ zookeeper_addrs = "192.168.0.11:2181,192.168.0.12:2181,192.168.0.13:2181"
to configure the file path of Pump; if you specifies the configuration file, Pump reads the configuration first; if the corresponding configuration also exists in the command line argument, Pump uses the command line configuration to cover that in the configuration file
-data-dir string
the path of storing Pump data
-enable-tolerant
after enabling tolerant, Pump wouldn't return error if it fails to write binlog (default true)
-kafka-addrs string
the connected Kafka address (default "127.0.0.1:9092")
-zookeeper-addrs string
Expand Down Expand Up @@ -366,4 +368,4 @@ When you start Drainer, set the two parameters of `--metrics-addr` and `--metric

4. Click "Save & Open".

5. A Prometheus dashboard is created.
5. A Prometheus dashboard is created.