Skip to content

Commit c49dbd6

Browse files
committed
test(be): consumer group 이름 변경
1 parent df845d1 commit c49dbd6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/backend/chat_server/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ topic:
5252

5353
group:
5454
minute: minute-price-save-consumer-group-${SERVER_PORT}
55-
chat: chat-message-handle-consumer-group-${SERVER_PORT}
55+
chat: chat-message-handle-consumer-group
5656
push: push-message-handle-consumer-group-${SERVER_PORT}
5757
huddle: huddle-status-handle-consumer-group-${SERVER_PORT}
5858
workspace: workspace-channel-handle-consumer-group-${SERVER_PORT}

src/backend/state_server/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ management:
3030
topic:
3131
chat: jootalkpia.chat.prd.message
3232
group:
33-
status: user-status-handle-consumer-group
33+
status: user-status-consumer-group
3434

3535
server:
3636
port: ${STATE_PORT}

0 commit comments

Comments
 (0)