Skip to content

dkales/fifo-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproduction Example for non-deterministic FIFO SNS/SQS topics

The setup is the following:

  • 1 SNS topic, FIFO=true
  • 3 SQS queues, FIFO=true, all subscribed to above topic

Rust client binary that does the following:

  • Submit 100 messages to SNS topic
  • Receive 100 messages from all 3 queues

Due to the FIFO setting, one would expect that the 3 100-message vectors collected from each queue are identical. However, this is not the case.

Reproduce

./setup_localstack.sh
(source .env && cargo run)

Observe panic due to message vectors not being equal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published