heesung-sn commented on code in PR #18254:
URL: https://github.com/apache/pulsar/pull/18254#discussion_r1010629681
##########
pulsar-client-admin-api/src/main/java/org/apache/pulsar/common/policies/data/PublisherStats.java:
##########
@@ -44,6 +44,7 @@ public interface PublisherStats {
long getProducerId();
/** Whether partial producer is supported at client. */
+ @Deprecated
boolean isSupportsPartialProducer();
Review Comment:
This is already exposed to the client interface. Are we allowed to make a
breaking change?
--
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]