Skip to content

Add legacyId to submission delete Kafka message #290

Open
@jmgasper

Description

@jmgasper

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions