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
We are working at enabling submission delete on the platform, and it's working, but the submission delete isn't being synced through the legacy submission processor down to OR.
That means that submissions deleted from the platform are still showing in OR, which we need to resolve.
The submission delete will raise a submission.notification.delete message in Kafka - we just need to update this legacy-submission-processor to properly handle the message and delete the submission from Informix as well so that it doesn't show up in OR anymore.
We are working at enabling submission delete on the platform, and it's working, but the submission delete isn't being synced through the legacy submission processor down to OR.
That means that submissions deleted from the platform are still showing in OR, which we need to resolve.
The submission delete will raise a
submission.notification.delete
message in Kafka - we just need to update this legacy-submission-processor to properly handle the message and delete the submission from Informix as well so that it doesn't show up in OR anymore.NOTE - You will likely need to also update https://github.com/topcoder-platform/legacy-processor-module to expose a
deleteSubmission
function.Testing
For testing, you can use
jgasperMobile12 / Appirio123
and this challenge:https://www.topcoder-dev.com/challenges/832c034a-d09a-43b9-9bdd-1efff6dbb485/my-submissions
Feel free to submit and the delete the submissions using the enabled delete button in the UI under
ACTIONS
on themy-submissions
page.You can see the
submission.notification.delete
messages in lauscher.Sample
The text was updated successfully, but these errors were encountered: