-
Notifications
You must be signed in to change notification settings - Fork 0
Crosstalk
Kenton Vizdos edited this page Mar 12, 2025
·
1 revision
The real power of the MockConsumers/Dispatchers comes in when you're developing: they have full channel support. This means that you can code (and run) your program "live", without actually hitting SQS. This can save valuable time and money.
Check out Cross Talk Tests to learn how to set this up; it's super easy.
You can also use build tags to say like "stub-sqs" to make this easy to turn on / off!
(this page needs some work, drop an issue if you need help!)