gaoran10 commented on code in PR #20804:
URL: https://github.com/apache/pulsar/pull/20804#discussion_r1264908818


##########
pulsar-common/src/main/java/org/apache/pulsar/common/policies/data/OffloadPoliciesImpl.java:
##########
@@ -257,6 +261,14 @@ public static OffloadPoliciesImpl create(Properties 
properties) {
                 }
             }
         });
+        Map<String, String> extraConfigurations = 
properties.entrySet().stream()
+            .filter(entry -> 
entry.getKey().toString().startsWith("managedLedgerOffloadExtraConfig"))

Review Comment:
   Could we add a final static string for this prefix? We may need to add a 
description in the doc.



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