You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ra...@apache.org on 2021/06/29 22:33:27 UTC

[samza] branch master updated (1f0f8bd -> 337628e)

This is an automated email from the ASF dual-hosted git repository.

rayman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git.


    from 1f0f8bd  SAMZA-1885: Enable parallel task execution for build (#1504)
     add 337628e  SAMZA-2660: Add authentication via TokenCredential for AzureBlobSystemProducer (#1507)

No new revisions were added by this update.

Summary of changes:
 build.gradle                                       |   1 +
 .../versioned/jobs/samza-configurations.md         |  11 +-
 .../system/azureblob/AzureBlobClientBuilder.java   | 148 +++++++++++++++++++++
 .../samza/system/azureblob/AzureBlobConfig.java    |  69 +++++++++-
 .../producer/AzureBlobSystemProducer.java          |  80 ++++-------
 .../producer/TestAzureBlobSystemProducer.java      |  16 +--
 6 files changed, 255 insertions(+), 70 deletions(-)
 create mode 100644 samza-azure/src/main/java/org/apache/samza/system/azureblob/AzureBlobClientBuilder.java