Skip to content

Commit 92cd8d8

Browse files
committed
test(be): 배치 size 증가
1 parent 15f7d04 commit 92cd8d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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: 65536 # 64KB
11+
batch-size: 131072 # 128KB (기존 64KB의 2배)
1212
properties:
13-
linger.ms: 20 # 20ms
14-
buffer.memory: 67108864 # 64MB로 버퍼 메모리도 증가
13+
linger.ms: 50 # 50ms (기존 20ms보다 지연 시간 증가)
14+
buffer.memory: 134217728 # 128MB (버퍼 메모리 증가)
1515
compression.type: snappy
1616
data:
1717
redis:

0 commit comments

Comments
 (0)