akshayrai commented on code in PR #1700:
URL: https://github.com/apache/samza/pull/1700#discussion_r1637536837
##########
samza-azure/src/main/java/org/apache/samza/system/azureblob/AzureBlobConfig.java:
##########
@@ -38,6 +38,8 @@ public class AzureBlobConfig extends MapConfig {
// fully qualified class name of the AzureBlobWriter impl for the producer
system
public static final String SYSTEM_WRITER_FACTORY_CLASS_NAME =
SYSTEM_AZUREBLOB_PREFIX + "writer.factory.class";
public static final String SYSTEM_WRITER_FACTORY_CLASS_NAME_DEFAULT =
"org.apache.samza.system.azureblob.avro.AzureBlobAvroWriterFactory";
+ public static final String SYSTEM_BLOB_CLIENT_BUILDER_FACTORY_CLASS_NAME =
SYSTEM_AZUREBLOB_PREFIX + "azureclientbuilder.factory.class";
Review Comment:
should we add this to the docs? see
https://github.com/apache/samza/blob/master/docs/learn/documentation/versioned/jobs/samza-configurations.md
--
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]