dotnet / dotnet/orleans

Azure Blob storage provider has fixed json extension

Open
#9,130 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
10.9k
Forks
2.1k
Avg merge
15h 1m
Merged PRs (30d)
345

Description

The Azure Blob storage provider (AzureBlobGrainStorage) has fixed .json extension in the blob name:

https://github.com/dotnet/orleans/blob/2d21b3f9afcdd491ded8246ec9ce2401ccbbd388/src/Azure/Orleans.Persistence.AzureStorage/Providers/Storage/AzureBlobStorage.cs#L135

Since the grain storage serializer can be customized (e.g. using the new binary Orleans Serializer), it would be nice to be able to configure the blob file extension from json to something else (including empty string = no extension).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.