Skip to content

[$150] Update legacy challenge processor to repost resource creation events on kafka #305

Closed
@ThomasKranitsas

Description

@ThomasKranitsas

Think of this scenario:

  1. I create a challenge in workmanager. Status is New
  2. That gets to the legacy challenge processor, it doesn’t create it because it’s status is New.
  3. Legacy challenge resource processor also gets a message to add the user on that challenge as a manager/observer, whatever… But it’s going to retry 3 times to find that legacy id and fail…

Solution

When the legacy challenge processor decides to create the challenge on legacy, it will fetch existing resources and post to kafka. It’ll basically re-post everything again so the legacy challenge resource proc process those

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions