add zookeeper registry support (#2284)

This commit is contained in:
YuanXin Hu
2022-11-18 14:07:17 +08:00
committed by GitHub
parent ed43efe4fb
commit 62af4f1c2c
10 changed files with 887 additions and 0 deletions

View File

@ -127,6 +127,11 @@ jobs:
ports:
- 5236:5236
zookeeper:
image: loads/zookeeper:3.8
ports:
- 2181:2181
strategy:
matrix:
go-version: [ "1.15", "1.16", "1.17", "1.18" ]