Skip to content

Commit

Permalink
change kafka broker ip
Browse files Browse the repository at this point in the history
  • Loading branch information
papicc45 committed Feb 26, 2024
1 parent 96136c8 commit 54d5572
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controller/CategoryController.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ exports.initKafka = async () => {
console.log('카테고리 파티션 3');
deleteCategories(values);
}
} else { //해시태그
} else {
//해시태그
console.log('----------------------해시태그----------------------');
if(partition == 0) {
console.log('해시태그 파티션 1');
Expand Down

0 comments on commit 54d5572

Please sign in to comment.