codelipenghui commented on code in PR #24431:
URL: https://github.com/apache/pulsar/pull/24431#discussion_r2159754112
##########
pulsar-broker/src/main/java/org/apache/pulsar/compaction/Compactor.java:
##########
@@ -35,6 +35,7 @@ public abstract class Compactor {
private static final Logger log = LoggerFactory.getLogger(Compactor.class);
public static final String COMPACTION_SUBSCRIPTION = "__compaction";
public static final String COMPACTED_TOPIC_LEDGER_PROPERTY =
"CompactedTopicLedger";
+ public static final String RETAINED_MESSAGE_COUNT_PROPERTY =
"RetainedMessageCount";
Review Comment:
Is this a concept of Pulsar?
Will the client side set the value for this property?
--
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]