Skip to content

Commit bda2fd4

Browse files
Merge pull request #37 from topcoder-platform/issue_dup
Adjust the Kakfa message form
2 parents a028f17 + 728e6f6 commit bda2fd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/ProcessorService.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ update.schema = {
9595
originator: Joi.string().required(),
9696
timestamp: Joi.date().required(),
9797
'mime-type': Joi.string().required(),
98+
key: Joi.string().allow(null),
9899
payload: Joi.object().keys({
99100
id: Joi.string().uuid().required(),
100101
legacy: Joi.object().keys({

0 commit comments

Comments
 (0)