codelipenghui commented on code in PR #18250:
URL: https://github.com/apache/pulsar/pull/18250#discussion_r1011092123


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/PulsarCommandSender.java:
##########
@@ -72,10 +72,6 @@ void sendLookupResponse(String brokerServiceUrl, String 
brokerServiceUrlTls, boo
 
     void sendActiveConsumerChange(long consumerId, boolean isActive);
 
-    void sendSuccess(long requestId);

Review Comment:
   @cbornet Do we have some plugins or something using this API? I don't aware 
of it. Maybe we'd better to add 
   
   ```
   @InterfaceAudience.Public
   @InterfaceStability.Stable
   ```
   
   For the public APIs.



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