Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(zookeeper): support zookeeper service discovery #6751

Merged
1 change: 1 addition & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ header:
- '**/*.pb.go'
- '.github/'
- 'conf/mime.types'
- '**/*.svg'
# Exclude CI env_file
- 'ci/pod/**/*.env'
# eyes has some limitation to handle git pattern
Expand Down
3 changes: 3 additions & 0 deletions docs/assets/images/apisix-seed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/en/latest/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
"discovery/consul_kv",
"discovery/nacos",
"discovery/eureka",
"discovery/zookeeper",
"discovery/kubernetes"
]
},
Expand Down
Loading