mattisonchao commented on a change in pull request #13611:
URL: https://github.com/apache/pulsar/pull/13611#discussion_r778788272
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/BrokersBase.java
##########
@@ -317,7 +318,7 @@ public void healthcheck(@Suspended AsyncResponse
asyncResponse,
pulsar().getConfiguration());
- topic = String.format("persistent://%s/healthcheck",
heartbeatNamespace);
+ topic = String.format("persistent://%s/%s", heartbeatNamespace,
HEALTH_CHECK_TOPIC_SUFFIX);
Review comment:
Could you give me more information to help me know why i don't need
format :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]