Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add legacyId to submission delete Kafka message #290

Open
jmgasper opened this issue Sep 11, 2022 · 0 comments
Open

Add legacyId to submission delete Kafka message #290

jmgasper opened this issue Sep 11, 2022 · 0 comments

Comments

@jmgasper
Copy link
Collaborator

Problem

When deleting a submission, we currently raise a message in the Kafka queue named submission.notification.delete.

Currently, this message only contains the v5 submission ID, not the legacyId. The legacyId is also important for the v3 API to be able to handle the submission delete message successfully.

Solution

The message raised to submission.notification.delete must be changed to also contain the legacyId, so that the v3 API (Online Review) can handle the submission delete as well.

Testing

To see submission delete messages, login to https://lauscher.topcoder-dev.com with jcori / appirio123 and select submission.notification.delete as the topic.

Screenshot

Screen Shot 2022-09-11 at 6 55 48 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant