diff --git a/conf/broker.conf b/conf/broker.conf index 08aa7fcd51b26ed42f58f592830cbcbbceb8b3c3..6d23675a8e1d808630f0c382beb895b761412e0f 100644 --- a/conf/broker.conf +++ b/conf/broker.conf @@ -75,7 +75,7 @@ clientLibraryVersionCheckAllowUnversioned=true # Path for the file used to determine the rotation status for the broker when responding # to service discovery health checks -statusFilePath=/usr/local/apache/htdocs +statusFilePath= ### --- Authentication --- ### diff --git a/pulsar-broker-common/src/main/java/com/yahoo/pulsar/broker/ServiceConfiguration.java b/pulsar-broker-common/src/main/java/com/yahoo/pulsar/broker/ServiceConfiguration.java index c60ee3f67b87a76e6cb548dcb9c3905f28834470..d420e7e9e337eeafee763b193f271c9db806615b 100644 --- a/pulsar-broker-common/src/main/java/com/yahoo/pulsar/broker/ServiceConfiguration.java +++ b/pulsar-broker-common/src/main/java/com/yahoo/pulsar/broker/ServiceConfiguration.java @@ -77,7 +77,6 @@ public class ServiceConfiguration { private boolean clientLibraryVersionCheckAllowUnversioned = true; // Path for the file used to determine the rotation status for the broker // when responding to service discovery health checks - @FieldContext(required = true) private String statusFilePath; /***** --- TLS --- ****/