Skip to content

Commit

Permalink
Merge pull request #213 from SKY-HORSE-MAN-POWER/refactor/#212
Browse files Browse the repository at this point in the history
hotfix: kafka 설정 변경
  • Loading branch information
hyun7494 authored Jun 27, 2024
2 parents 56d171a + 843acbc commit 806a0dc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ public KafkaTemplate<String, Object> kafkaTemplate() {
@Bean
public NewTopic chatTopic() {
return TopicBuilder.name(Constant.SEND_TO_CHAT)
.partitions(2)
.replicas(2)
.config(TopicConfig.RETENTION_MS_CONFIG, String.valueOf(86400000)) // 1일 (24시간) = 86400000 밀리초
.build();
}
Expand Down

0 comments on commit 806a0dc

Please sign in to comment.