Skip to content

Commit

Permalink
feat: topic 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jcy0308 committed Aug 30, 2024
1 parent f0d1bcd commit 6eb2deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/reviews/reviews.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export class ReviewsService {

const key = v1();
const createdAt = new Date();
await this.kafkaProducer.sendMessage("pdf-topic", reviewId, formatHtml, {
await this.kafkaProducer.sendMessage("pdf-topic-dev", reviewId, formatHtml, {
originalName: studentName + "_" + fileName.replace("_양식.html", ".pdf"),
uuid: key,
});
Expand Down Expand Up @@ -339,7 +339,7 @@ export class ReviewsService {
// "application/pdf"
// );
// });
await this.kafkaProducer.sendMessage("pdf-topic", reviewId, formatHtml, {
await this.kafkaProducer.sendMessage("pdf-topic-dev", reviewId, formatHtml, {
originalName: studentName + "_" + fileName.replace("_양식.html", ".pdf"),
uuid: key,
});
Expand Down

0 comments on commit 6eb2deb

Please sign in to comment.