justeattakeaway / JustSaying

A light-weight message bus on top of AWS services (SNS and SQS).
Apache License 2.0
48 stars 18 forks source link

Add Samples Aspire AppHost Project #1543

Open slang25 opened 2 weeks ago

slang25 commented 2 weeks ago

Add an Aspire AppHost project (using Aspire 9 RC1), which:

martincostello commented 2 weeks ago

Doing this will probably end up doing #874 too (or at least make it easier to do).

slang25 commented 2 weeks ago

Doing this will probably end up doing #874 too (or at least make it easier to do).

easier to do for sure. To go back to our conversation, for SNS → SQS distributed tracing, we'd need to do some custom propagation to make it work. AWS Messaging do this: https://github.com/awslabs/aws-dotnet-messaging/tree/main/src/AWS.Messaging.Telemetry.OpenTelemetry

martincostello commented 2 weeks ago

Without looking too closely, looks like that could just be referenced and dropped in and it would Just Work™️. It just looks like OTel glue that isn't specifically tied to their messaging framework (unless that is adding some extra context to the traces).