Skip to content

Commit

Permalink
Update: kafka purchaseTopic replica 2개로 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
hjunyoung committed Jan 12, 2024
1 parent c5f02fc commit ad5f0ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public NewTopic saleEventTopic() {
public NewTopic purchaseTopic() {
return TopicBuilder.name("purchase")
.partitions(3)
// .replicas(1)
.replicas(2)
.build();
}

Expand Down

0 comments on commit ad5f0ae

Please sign in to comment.