mattisonchao commented on code in PR #17711:
URL: https://github.com/apache/pulsar/pull/17711#discussion_r979535391


##########
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:
   Uppercase or lowercase? I remember the replicator being lowercase. But I'm 
not sure which is better.



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