lakshmi-manasa-g opened a new pull request #1239: SAMZA-2421: Add SystemProducer for Azure Blob Storage URL: https://github.com/apache/samza/pull/1239 **Feature:** [SEP-26: Azure Blob System Producer](https://cwiki.apache.org/confluence/display/SAMZA/SEP-26%3A+Azure+Blob+Storage+Producer) **Changes:** New "azureblob" package added that contains the new AzureBlobSystemProducer and its components. This new AzureBlobSystemProducer implements the existing SystemProducer interface. There are no changes made to existing API and existing implementations in any manner. **Tests:** Unit tests added for all components. A sample job in hello-samza was successfully configured to use this producer and create blobs on Azure Blob Storage. **Upgrade instructions:** Backwards compatible change as its a completely new component and hence no upgrade needed. **Usage instructions:** Configure a Samza job to use this producer by setting the following configs `systems.<system-name/azure-container-name>.samza.factory=org.apache.samza.system.azureblob.AzureBlobSystemFactory systems.<system-name/azure-container-name>azureblob.account.name=<azure-account-name> systems.<system-name/azure-container-name>.azureblob.account.key=<azure-account-key>` Samza job might also need to pull in Jackson dependencies (com.fasterxml.jackson.core:jackson-core/jackson-databind/jackson-annotations:2.10.0)
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
