radius-project / samples

Radius samples
32 stars 25 forks source link

SQS sample failing to send/receive #106

Open jkotalik opened 1 year ago

jkotalik commented 1 year ago

After updating the sample to match what was in the docs repo and fixing an issue where the SQS QueueName didn't match the name of the resource, I'm still having some trouble getting the producer and consumer to contact each other.

On https://edge.radapp.dev/getting-started/reference-apps/aws-sqs/#step-2-deploy-the-application, I see that the producer created the message, but the consumer isn't receiving the message.

Reshrahim commented 1 year ago

Revisiting this sample once we have the solution for handling non-idempotency.