Open 0xDjole opened 8 months ago
Whatever I try, I can't make the CLI run with local docker compose TiKv setup. Using put just hangs...
Do I have to use tiup playground --mode tikv-slim for any particular reason? If you have some docker compose example that would me amazing.
tiup playground --mode tikv-slim
Overall, nice tool. Very happy with it.
Use tiup playground --mode tikv-slim is a good practice to test. Seems your cli got some network issue to connect to TiKV. Maybe your docker's port expose not work? Or you cannot using 127.0.0.1?
Whatever I try, I can't make the CLI run with local docker compose TiKv setup. Using put just hangs...
Do I have to use
tiup playground --mode tikv-slim
for any particular reason? If you have some docker compose example that would me amazing.Overall, nice tool. Very happy with it.