Closed tisonkun closed 1 year ago
CeresDB also needs to compile CeresMeta to complete the cluster integration test. Maybe we need to adapt this file: https://github.com/CeresDB/ceresdb/blob/main/integration_tests/build_meta.sh
Yes. Let me preapre a patch for ceresdb today.
When install the binary with
go install github.com/CeresDB/ceresmeta/cmd/meta@latest
, the result ismeta
which is too general to conflict with other binaries and easily misleading.Rename the binary with a clear long name
ceresmeta-server
.Note that we should adjust ceresdb repo's usage accordingly. If this change gets accepted, I'll handle that.
cc @jiacai2050