Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Blob storage provider has fixed json extension #9130

Open
EdoardoTona opened this issue Aug 28, 2024 · 0 comments
Open

Azure Blob storage provider has fixed json extension #9130

EdoardoTona opened this issue Aug 28, 2024 · 0 comments

Comments

@EdoardoTona
Copy link

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

private static string GetBlobName(string grainType, GrainId grainId) => $"{grainType}-{grainId}.json";

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant