DynamoDBStorageOptions ServiceId default
Open
Beginner friendly
- 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
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