RobertIndie commented on a change in pull request #14881:
URL: https://github.com/apache/pulsar/pull/14881#discussion_r839707042
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/DispatchRateLimiter.java
##########
@@ -346,7 +346,7 @@ public static DispatchRateImpl
getPoliciesDispatchRate(final String cluster,
}
/**
- * Update dispatch rate by updating msg and byte rate-limiter. If
dispatch-rate is configured < 0 then it closes
+ * Update dispatch rate by updating msg and byte rate-limiter. If
dispatch-rate is configured -< 0 then it closes
Review comment:
```suggestion
* Update dispatch rate by updating msg and byte rate-limiter. If
dispatch-rate is configured < 0 then it closes
```
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/TopicPoliciesService.java
##########
@@ -83,7 +83,7 @@
* @param topicName topic name
* @param backoff back off policy
* @param isGlobal is global policies
- * @return CompletableFuture<Optional<TopicPolicies>>
+ * @return CompletableFuture-<Optional-<TopicPolicies->->
Review comment:
```suggestion
* @return CompletableFuture<Optional<TopicPolicies>>
```
--
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]