You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a new mechanism to pick up/detect orders that have the processing status for too long. Orders like that was picked up, but something must have gone wrong during the processing. The most obvious cause is the case of getting an exception when trying to write orders to a Kafka Topic.
The content you are editing has changed. Please copy your edits and refresh the page.
Cannot see that this is a realistic issue. With the changes made to the producer to ensure that we return false if publishing to a topic fails, we will always identify the cases where issues have occurred and change the status in the DB for the order to be picked up next round. I believe we can push this issue further down the line to see if it occurs again during testing
Description
Implement a new mechanism to pick up/detect orders that have the processing status for too long. Orders like that was picked up, but something must have gone wrong during the processing. The most obvious cause is the case of getting an exception when trying to write orders to a Kafka Topic.
Development
Acceptance criteria
The text was updated successfully, but these errors were encountered: