qiusuo-fuyuan / qiusuo-backend

0 stars 0 forks source link

QiuSuo-QAService - Send New Question Notification to MessagingServer #85

Open ryan-zheng-teki opened 3 years ago

ryan-zheng-teki commented 3 years ago

User Story When the user in frontend creates a new question. QAService will store the question in Mongo. At the same time, QAService should send one message notification to our MessagingServer.

MessageFormat -> The format of the message will be specified later. message { "type": "New-Question" "content": "" }