Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 70f05f2

Browse files
Debug issue where aggregate topic message is being rejected
1 parent 574b311 commit 70f05f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ const dataHandler = (messageSet, topic, partition) => Promise.each(messageSet, a
4343
return
4444
}
4545

46+
logger.debug(topic, config.AGGREGATE_SUBMISSION_TOPIC, messageJSON.payload.originalTopic, config.CREATE_SUBMISSION_TOPIC)
47+
logger.debug(topic === config.AGGREGATE_SUBMISSION_TOPIC, messageJSON.payload.originalTopic === config.CREATE_SUBMISSION_TOPIC)
48+
4649
return (async () => {
4750
if (topic === config.REVIEW_TOPIC) {
4851
await ReviewProcessorService.processReview(messageJSON)

0 commit comments

Comments
 (0)