-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dynamically define dlq and retry topics (GSI-1175) (#143)
* Dynamically define dlq and retry topics * Remove function for forming dlq topic name (it's simple) Remove accidental subscription to dlq topics in main class (tests passed earlier because the names had '-' instead of '.', meaning the topics were not touched in test) * Use consistent simple concat for retry topic names * Define constants for test dlq and retry topics * Limit splits to get accurate service and topic names Parametrize test case
- Loading branch information
1 parent
5cec4f8
commit da9f023
Showing
3 changed files
with
138 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.