diff --git a/conf/broker.conf b/conf/broker.conf index 08aa7fcd51b26..6d23675a8e1d8 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 c60ee3f67b87a..d420e7e9e337e 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 --- ****/