challenge-api icon indicating copy to clipboard operation
challenge-api copied to clipboard

Kafka event payload on challenge updates

Open ThomasKranitsas opened this issue 4 years ago • 0 comments

Currently, PUT /challenges/:id fires an event where the payload is the full challenge object while PATCH only includes the updated properties.

In order to get the legacy challenge processor to properly work, we need to change both to include the whole object.

This is a temporary fix until we turn off the legacy processor.

ThomasKranitsas avatar Apr 28 '20 17:04 ThomasKranitsas