mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 19:10:10 +00:00
Do not respond to deployment calls without quorum
This commit is contained in:
parent
86de9ce276
commit
d4736e0aad
@ -24,6 +24,7 @@ def handle_request(env, start_response):
|
||||
global keymap
|
||||
global currlocale
|
||||
global currtzvintage
|
||||
configmanager.check_quorum()
|
||||
nodename = env.get('HTTP_CONFLUENT_NODENAME', None)
|
||||
apikey = env.get('HTTP_CONFLUENT_APIKEY', None)
|
||||
if not (nodename and apikey):
|
||||
|
Loading…
Reference in New Issue
Block a user