yuruguo commented on a change in pull request #12242:
URL: https://github.com/apache/pulsar/pull/12242#discussion_r723084699



##########
File path: 
pulsar-client-admin-api/src/main/java/org/apache/pulsar/client/admin/Topics.java
##########
@@ -2370,23 +2370,27 @@ void setInactiveTopicPolicies(String topic
      * Set message-dispatch-rate (topic can dispatch this many messages per 
second).
      *
      * @param topic
+     * @param resetMode
+     *            clear the previous rate and reset (default true). if it is 
false, merge the two rate
      * @param dispatchRate
      *            number of messages per second
      * @throws PulsarAdminException
      *             Unexpected error
      */
-    void setDispatchRate(String topic, DispatchRate dispatchRate) throws 
PulsarAdminException;

Review comment:
       I see, thanks for your pointer :)
   Done




-- 
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]


Reply via email to