Skip to content

Commit 8ade138

Browse files
committed
test(be): 배치 사이즈 변경
1 parent 13d6b8d commit 8ade138

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ spring:
88
acks: 0
99
key-serializer: org.apache.kafka.common.serialization.StringSerializer
1010
value-serializer: org.apache.kafka.common.serialization.StringSerializer
11-
batch-size: 131072 # 128KB (기존 64KB의 2배)
11+
batch-size: 65536 # 64KB
1212
properties:
13-
linger.ms: 50 # 50ms (기존 20ms보다 지연 시간 증가)
14-
buffer.memory: 134217728 # 128MB (버퍼 메모리 증가)
13+
linger.ms: 20 # 20ms
14+
buffer.memory: 67108864 # 64MB로 버퍼 메모리도 증가
1515
compression.type: snappy
1616
data:
1717
redis:

0 commit comments

Comments
 (0)