Jason918 commented on code in PR #17711:
URL: https://github.com/apache/pulsar/pull/17711#discussion_r979621625
##########
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/ManagedLedgerConfig.java:
##########
@@ -742,4 +743,10 @@ public int getMaxBacklogBetweenCursorsForCaching() {
public void setMaxBacklogBetweenCursorsForCaching(int
maxBacklogBetweenCursorsForCaching) {
this.maxBacklogBetweenCursorsForCaching =
maxBacklogBetweenCursorsForCaching;
}
+
+ public String getShadowSource() {
+ return MapUtils.getString(properties, PROPERTY_SOURCE_TOPIC_KEY);
+ }
+
+ public static final String PROPERTY_SOURCE_TOPIC_KEY =
"PULSAR.SHADOW_SOURCE";
Review Comment:
This would appear in topic property. I think uppercase should cause less
conflict.
--
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]