You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document the local development test harness including:
- Prerequisites (Docker, yq, jq)
- Quick start commands (make up/down)
- Configuration options (cluster.yaml)
- Example topologies
- Available make targets
- Troubleshooting tips
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
For the HTTP API, you can find the [HTTP API(work in progress)](docs/API.md) for more details.
120
120
121
+
## Local Development Test Harness
122
+
123
+
A config-driven test harness for quickly spinning up KVRocks clusters with any topology. Useful for integration testing, debugging, and local development.
0 commit comments