File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.4.0"
44authors = [" Alex" ]
55edition = " 2018"
66description = " Application for replication data between kafka clusters."
7- readme = " README.rst "
7+ readme = " README.md "
88repository = " https://github.com/lispython/kafka-replicator/"
99license-file = " LICENSE"
1010keywords = [" kafka" , " replication" , " observer" ]
Original file line number Diff line number Diff line change 88replicator :
99 # docker-compose -f docker-compose.yml run --rm --service-ports app cargo run --bin=replicator --verbose -- --config=fixtures/example_config.toml -p 9445 -h 0.0.0.0
1010
11- docker-compose -f docker-compose.yml run --rm --use-aliases --service-ports app cargo run --bin=replicator --verbose -- fixtures /example_config.toml
11+ docker-compose -f docker-compose.yml run --rm --use-aliases --service-ports app cargo run --bin=replicator --verbose -- examples /example_config.toml
1212
1313up :
1414 docker-compose -f docker-compose.yml up --rm
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments