dotnet / dotnet/orleans

DynamoDBStorageOptions ServiceId default

Open Beginner friendly
#9,971 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
10.9k
Forks
2.1k
Avg merge
14h 42m
Merged PRs (30d)
354

Description

Dynamodb Grain Storage ServiceId does not default to `default` as expected.

https://github.com/dotnet/orleans/blob/v10.0.1/src/AWS/Orleans.Persistence.DynamoDB/Options/DynamoDBStorageOptions.cs#L13

This will be covered up if you the cofiguration (aspire style) but can cause unexpected behaviour otherwise

Contributor guide

Open the contributing guide

Research direction

Open src/AWS/Orleans.Persistence.DynamoDB/Options/DynamoDBStorageOptions.cs at the referenced line and inspect the ServiceId default. Confirm that it is `default` when no Aspire-style configuration is supplied; the change is done when unconfigured DynamoDB grain storage uses that expected default.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, csharp
Domain
databases
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
76/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.