We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Documentation -> quick start
https://github.com/uber/uReplicator/wiki/uReplicator-User-Guide#24-start-ureplicator
2.4 Start uReplicator Example 1: Copy data from source cluster to destination cluster
Start uReplicator Controller (you should keep it running): "... -srcKafkaZkPath localhost:2181/cluster1 -zookeeper localhost:2181 -destKafkaZkPath localhost:2181/cluster1 ..." should be "... -srcKafkaZkPath localhost:2181/cluster1 -zookeeper localhost:2181 -destKafkaZkPath localhost:2181/cluster2... "
The text was updated successfully, but these errors were encountered:
@yangy0000
Sorry, something went wrong.
@Technoboy-
@disserakt
thanks for point it out, updated.
No branches or pull requests
Documentation -> quick start
https://github.com/uber/uReplicator/wiki/uReplicator-User-Guide#24-start-ureplicator
2.4 Start uReplicator
Example 1: Copy data from source cluster to destination cluster
Start uReplicator Controller (you should keep it running):
"... -srcKafkaZkPath localhost:2181/cluster1 -zookeeper localhost:2181 -destKafkaZkPath localhost:2181/cluster1 ..."
should be
"... -srcKafkaZkPath localhost:2181/cluster1 -zookeeper localhost:2181 -destKafkaZkPath localhost:2181/cluster2... "
The text was updated successfully, but these errors were encountered: