cbornet commented on code in PR #18250:
URL: https://github.com/apache/pulsar/pull/18250#discussion_r1010884988
##########
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:
This is part of a public API.
Shouldn't it have been deprecated instead of removed ?
--
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]