mirror of https://github.com/apache/nifi.git
NIFI-7022 - This closes #3989. Disable Zookeeper Admin Server for Embedded Zookeeper
Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
parent
cdbcc4725c
commit
aa24664801
|
@ -62,6 +62,10 @@ java.arg.15=-Djava.security.egd=file:/dev/urandom
|
|||
# Please see https://docs.oracle.com/javase/8/docs/technotes/guides/security/jgss/single-signon.html, section "EXCEPTIONS TO THE MODEL"
|
||||
java.arg.16=-Djavax.security.auth.useSubjectCredsOnly=true
|
||||
|
||||
# Zookeeper 3.5 now includes an Admin Server that starts on port 8080, since NiFi is already using that port disable by default.
|
||||
# Please see https://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_adminserver_config for configuration options.
|
||||
java.arg.17.=-Dzookeeper.admin.enableServer=false
|
||||
|
||||
###
|
||||
# Notification Services for notifying interested parties when NiFi is stopped, started, dies
|
||||
###
|
||||
|
|
Loading…
Reference in New Issue