This is an automated email from the ASF dual-hosted git repository.
twice pushed a change to branch aleksraiden-patch-etcd-3.5.17
in repository https://gitbox.apache.org/repos/asf/kvrocks-controller.git
from ba54e1d Update docker-compose.yml
add 9b80970 Add support for Consul as store engine (#240)
add be6fed3 Merge branch 'unstable' into aleksraiden-patch-etcd-3.5.17
No new revisions were added by this update.
Summary of changes:
config/{config.yaml => config-consul.yaml} | 12 +-
config/config-raft.yaml | 2 +-
config/config-zk.yaml | 2 +-
config/config.go | 2 +
config/config.yaml | 2 +-
go.mod | 23 +-
go.sum | 131 ++++++++-
scripts/docker/docker-compose.yml | 7 +
server/server.go | 4 +
store/engine/consul/consul.go | 314 +++++++++++++++++++++
.../{etcd/etcd_test.go => consul/consul_test.go} | 12 +-
11 files changed, 484 insertions(+), 27 deletions(-)
copy config/{config.yaml => config-consul.yaml} (88%)
create mode 100644 store/engine/consul/consul.go
copy store/engine/{etcd/etcd_test.go => consul/consul_test.go} (92%)