Skip to content

Commit

Permalink
modify log information
Browse files Browse the repository at this point in the history
  • Loading branch information
fanjianye committed Oct 19, 2023
1 parent 4d23332 commit 9617145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public CompletableFuture<Void> deleteTopicPoliciesAsync(TopicName topicName) {
public CompletableFuture<Void> updateTopicPoliciesAsync(TopicName topicName, TopicPolicies policies) {
if (NamespaceService.isHeartbeatNamespace(topicName.getNamespaceObject())) {
return CompletableFuture.failedFuture(new BrokerServiceException.NotAllowedException(
"Not allowed to send update event to health check topic"));
"Not allowed to update topic policy for the heartbeat topic"));
}
return sendTopicPolicyEvent(topicName, ActionType.UPDATE, policies);
}
Expand Down

0 comments on commit 9617145

Please sign in to comment.