prateekm commented on code in PR #1650:
URL: https://github.com/apache/samza/pull/1650#discussion_r1086022930


##########
samza-core/src/main/java/org/apache/samza/config/BlobStoreConfig.java:
##########
@@ -23,19 +23,56 @@
  * Config related helper methods for BlobStore.
  */
 public class BlobStoreConfig extends MapConfig {
+  
+  private static final String PREFIX = "blob.store.";
+  public static final String BLOB_STORE_MANAGER_FACTORY = PREFIX + 
"manager.factory";
+  public static final String DEFAULT_BLOB_STORE_MANAGER_FACTORY = 
"com.linkedin.samza.ambry.AmbryBlobStoreManagerFactory";

Review Comment:
   Remove LI internal (Ambry) details.



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