lakshmi-manasa-g opened a new pull request #1258: SAMZA-2275: Azure Blob System Producer: fixes for high level jobs URL: https://github.com/apache/samza/pull/1258 **Symptom**: 1. Samza High level job using this SystemProducer gets UnsupportedOperationException from AzureBlobSystemAdmin. 2. Azure account details of the samza job are logged. **Cause**: 1. getSystemStreamMetadata throws unsupported exception. 2. Account details configs are not marked sensitive. **Changes** 1. getSystemStreamMetadata returns an empty map. 2. "sensitive" prefixed to the account details configs. **Tests**: Sample High level job in hello-samza (https://github.com/apache/samza-hello-samza/pull/71) works correctly with these changes.
---------------------------------------------------------------- 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
