Skip to content

Commit

Permalink
update docs around replica_server_id
Browse files Browse the repository at this point in the history
  • Loading branch information
osheroff committed Aug 27, 2023
1 parent d51864e commit a5ca8fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ running in different configurations, for example producing different groups of
tables to different topics. Each instance of Maxwell must be configured with a
unique `client_id`, in order to store unique binlog positions.

With MySQL 5.5 and below, each replicator (be it mysql, maxwell, whatever) must
also be configured with a unique `replica_server_id`. This is a 32-bit integer
that corresponds to mysql's `server_id` parameter. The value you configure
should be unique across all mysql and maxwell instances.
Each version of Maxwell must also be configured with a unique
`replica_server_id`. This is a 32-bit integer that corresponds to mysql's
`server_id` parameter. The value should be unique across all maxwell instances
and also be unique from any mysql `server_id` values.

# `--init_position`

Expand Down

0 comments on commit a5ca8fc

Please sign in to comment.